Axios network error in production mode #17008
-
I built a app using capacitor.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The final solution was because the app, after being built, does not allow http requests and should instead use https requests. After replacing all http requests with https, everything worked fine. However, I still want to know how to continue using http requests. |
Beta Was this translation helpful? Give feedback.
i see a configuration
allowMixedContent
which may help with this.