Although our app works fine on iOS, the Android version doesn’t get past the splashscreen.
It seems that URL’s get messed up on the Android version:
Android log:
D/Capacitor: Loading app at http://https:// ourdomain/
Does anyone have an idea what could be the cause of this problem?
The capacitor.config.json file looks als follows.
“server”: {
“hostname”: “https://ourdomain/”
}