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