-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Android Capacitor Http Issue "Attempt to invoke virtual method ... getClass" #6479
Comments
This issue may need more information before it can be addressed. In particular, it will need a reliable Code Reproduction that demonstrates the issue. Please see the Contributing Guide for how to create a Code Reproduction. Thanks! |
Is there an actual issue with CapacitorHttp.post on Android? code: "NullPointerException" |
Same issue here, tested on @zarko-tg Downgrading to
|
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, I missed the link, but sadly, I've tested it now and can't reproduce the issue on the provided app. A customer has reported a similar issue with a proper reproduction and a coworker is looking into it, so if it turns out being the same issue, it will be fixed soon, but would help if we had a proper reproduction in this issue too so we can verify it's the same issue. |
This comment was marked as abuse.
This comment was marked as abuse.
Working well after upgrade 4.8.0 need additional settings CapacitorCookies in my app project
to
|
I can confirm that the described issue is no longer happening with 4.8.0 when having both |
@adnbrownie Because my APP works through Session, Maybe CapacitorCookie needs to be explicitly set in version 4.8.0 |
This is fixed in Capacitor 4.8.0 and Capacitor 5.0.0 and newer. |
Bug Report
Capacitor Version
Platform(s)
Android
Current Behavior
First using Capacitor Http request return the error after launch app
Expected Behavior
Code Reproduction
https://github.com/h3786010/capacitor-http-bug-repro
App.vue
capacitor.config.json
Other Technical Details
npm --version
8.19.3node --version
v18.13.0pod --version
output (iOS issues only):Additional Context
The text was updated successfully, but these errors were encountered: