Capacitor and https dev mode
-
Need some help to start Quasar with capacitor and https in dev mode (Android).
We need to have https enable on dev server since we use a capacitor plugin that require crypto. Crypto is only available for https connections.
I tried to set https true for devServer in quasar.conf.js, but then the app will end up with a white screen after the splash screen. I think there is an issue with self-signed certs?
Any suggestions?
Thanks
-
Hello I don’t know if you found a solution for that but i got the same problem please help.
-
I’m in the same boat.
-
btw setting https true for devServer in quasar.conf.js works for me ( cordova instead of capacitor)