Did anybody setup https successfully for the dev server?
Having trouble getting it to work and the docs are quite limited. What I'm trying to do is access the dev server from my phone via the local network, e.g. under
192.168.1.5:3000
. That used to work in Nuxt 2 with cross-env, but now I'm getting ssl errors.
I don't understand if it should be enough to start it like nuxt dev --https
(which would be the epic DX way) or if I need to generate a certificate myself.0 Replies