-
Hi!
I am not sure if it is desired behavior, but it started failing since `1,2.4`. Now, `confirmVerified` fails not only if there are no verified calls in the current test but also in the previous on…
-
Hello, I would to be able to intercept clicks, to get the url and to be able to redirect outside of the app with url_launcher. So far, I wasn't able to do that. ShouldOverrideUrlLoading wasn't tri…
-
### Repro steps
When I try to intercept my app, it fails to download some files for some reason. The downloads appear to just get stuck and the file remains in a not fully downloaded state with a .pa…
-
我正在浏览的时候突然报错,所以来这里报告问题。
```
Version: 0.10.1
Device: Xiaomi 2211133C
System: Android 14 (API 34)
Stack trace:
java.net.SocketTimeoutException: timeout
at okhttp3.internal.http2.Http2Stre…
-
### What would you like?
I would like to be able to issue cypress commands in the intercept callback to "pause" the request while doing checks.
```javascript
cy.intercept('POST', '/api/logos', (r…
-
### Current Behavior
I need to make a re-request after 4xx & 5xx errors. I read the doc and followed the example. And it works. But I don't understand some points.
### Expected Behavior
I wan…
-
### Link to the code that reproduces this issue
https://github.com/ViniciusLeviVL/next-catalogo-digital-debug2
### To Reproduce
Steps to reproduce:
Just init a next project with create-next-app@la…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: linux
Arc…
-
### Link to the code that reproduces this issue
https://github.com/yacchi1123/next-intercept-route-bug-reproduce
### To Reproduce
1. Access the following URL:
https://next-intercept-route-bu…
-
I was looking for a way to intercept errors with https://angular.io/api/common/http/HttpInterceptor
but I failed to find any solution and wasn't able to find anything going thru source code.
This…