I am developing a hybrid app using Cordova to wrap an existing React web application.
When I launch my App, once in a while the data does not get loaded and I noticed that the URLs use the file:// protocol instead of http://localhost:80803 and have an exclamation mark appended at the end.
How can I solve this?
See example below:
file:///api/metaData/!file:///sideNavigation/!
