You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@capacitor/ios: not installed
@capacitor/cli: 6.0.0
@capacitor/android: 6.0.0
@capacitor/core: 6.0.0
[success] Android looking great! 👌
Other API Details
npm: 10.2.4
node: v20.11.0
Platforms Affected
iOS
Android
Web
Current Behavior
After upgrading to @capacitor/android version 6.0.0, requests seem to be intercepted by CapacitorHttp but request.onreadystatechange is not updating readyState (readystate is alway 0). This is happening in both iOS and Android.
Expected Behavior
CapacitorHttp intercepts all requests like it did with Capacitor v5
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.0.0
@capacitor/core: 6.0.0
@capacitor/android: 6.0.0
@capacitor/ios: 6.0.0
Installed Dependencies:
@capacitor/ios: not installed
@capacitor/cli: 6.0.0
@capacitor/android: 6.0.0
@capacitor/core: 6.0.0
[success] Android looking great! 👌
Other API Details
Platforms Affected
Current Behavior
After upgrading to @capacitor/android version 6.0.0, requests seem to be intercepted by CapacitorHttp but request.onreadystatechange is not updating readyState (readystate is alway 0). This is happening in both iOS and Android.
Expected Behavior
CapacitorHttp intercepts all requests like it did with Capacitor v5
Project Reproduction
https://github.com/JpEngelbrecht89/capacitor-http-error
Additional Information
Think its similar to this issue 7417
This stared happening from version 5.7.1
The text was updated successfully, but these errors were encountered: