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
This issue has been labeled as type: bug. This label is added to issues that that have been reproduced and are being tracked in our internal issue tracker.
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
Latest Dependencies:
@capacitor/cli: 5.7.4
@capacitor/core: 5.7.4
@capacitor/android: 5.7.4
@capacitor/ios: 5.7.4
Installed Dependencies:
@capacitor/android: not installed
@capacitor/cli: 5.7.4
@capacitor/core: 5.7.4
@capacitor/ios: 5.7.4
Other API Details
Platforms Affected
Current Behavior
Using the following configuration:
plugins: { CapacitorHttp: { enabled: true, }, }
When making a post request i get the following error:

Using fetch:
Using RTK Query:

Using CapacitorHttp.post
Everything works.
Expected Behavior
Using the fetch function should make a request and return the result.
Project Reproduction
https://github.com/WurstMitBrot/capacitor-fetch-example
Additional Information
I haven't checked the issue on android yet. With version 5.7.0 it worked.
The text was updated successfully, but these errors were encountered: