Can't send http requests with capactor and axios on android device #4054
Unanswered
zsjyjishukong
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I'm having the same issue. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hard to see what's going on from the issue here but you shouldn't use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My server has set access-control-allow-origin: * ,but it still report this error.I built a simple express server and found that the request did not arrive at the server. It should be blocked before sending.



My App :
My express server:
I can get "Hello World!" when I use browser and terminal can console the request infomation, but when I use my capacitor android app, it will report the error, and terminal can't console
Beta Was this translation helpful? Give feedback.
All reactions