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
For some reasons I face axios / http request issues with this configuration and I don't understand why. Requests are just not going out.
This only happens on Android, not on ios and not in browser.
I understood that we have to set permissions like so in config.xml in the cordova folder
For some reasons I face axios / http request issues with this configuration and I don't understand why. Requests are just not going out.
This only happens on Android, not on ios and not in browser.
I understood that we have to set permissions like so in
config.xml
in the cordova folderwhat we can also do in nuxt is setting some
"Content-Security-Policy"
like so:all this does not help: There are no axios requests happening.
Maybe something recently changed in Android user permissions which does prevent this to work?
The text was updated successfully, but these errors were encountered: