Ionic 7 + local SSL

Hey Guys,

I’m working on running my local Ionic+Vue3 app with SSL. I’ve hosted my backend API on DigitalOcean, so now it supports HTTPS.

However, when I run my local app on my phone through Android Studio, I can’t test the Google login functionality due to CORS errors. I think this is because the protocols don’t match.

I’ve tried using ionic serve --ssl and ionic serve --https, but it seems like the Vue-specific version doesn’t have that option.

Any ideas on how this could work?