Closed dethdkn closed 1 year ago
Identical problem on my side also nuxt/cli#100
same
Sorry for the inconvenience. Several fixes were added to nuxi 3.7.2 in order to address this issue.
You can self-update using npx nuxi upgrade --force
and make sure to use 3.7.2+ using npx nuxi info
.
If you still having issues, don't hesitate to ping me.
thanks for the patches @pi0 , but unfortunately it's still not working for me with 3.7.3:
Nuxt project info:
------------------------------
- Operating System: Windows_NT
- Node Version: v18.17.1
- Nuxt Version: 3.7.0
- CLI Version: 3.7.3
- Nitro Version: 2.6.2
- Package Manager: pnpm@8.7.0
- Builder: -
- User Config: runtimeConfig, devtools, devServer, modules, image, extends
- Runtime Modules: @storyblok/nuxt@5.6.9, @nuxtjs/tailwindcss@6.8.0, @nuxtjs/plausible@0.2.1, @vueuse/nuxt@10.4.1, @nuxt/image@1.0.0-rc.1
- Build Modules: -
------------------------------
hey @mario-neuhold, the ssl is still not working, but the dns should be working for you, mine is working again even though it doesnt get logged in the terminal like before.
Try running nuxi upgrade --force
and force http:// + dns + port on the browser
I think we will need to wait for a update so we can use the ssl again
Environment
Darwin
v20.5.1
3.7.0
3.7.0
2.6.1
pnpm@8.6.12
-
css
,modules
,pinia
,image
,runtimeConfig
,app
,devServer
,devtools
@nuxthq/ui@2.7.0
,@vueuse/nuxt@10.4.0
,@nuxt/image@1.0.0-rc.1
,@pinia/nuxt@0.4.11
,@pinia-plugin-persistedstate/nuxt@1.1.1
,nuxt-simple-sitemap@3.2.5
-
Reproduction
just create a new project using
npx nuxi@latest init my-app
and adddevServer: { host: DEV_URL, https: { key: DEV_KEY, cert: DEV_CERT } },
tonuxt.config.ts
Describe the bug
When using
pnpm dev
on previous versions, it used to log on the terminal my localhost ip and my dns + https, but now even when using --host to reveal, it just logs localhost and my ip, both http like bellowNuxt 3.7.0 with Nitro 2.6.1 ➜ Local: http://localhost:3000/ ➜ Network: http://152.84.120.30:3000/ [QR code ⬇️ ]
And when using the dns on the browser, it doesnt work.Additional context
I dont really know if its a bug or theres a new way to use a dns and cert on nuxt 3.7, I couldnt find it on the the release note. Thanks for the help! ❤️
Logs
No response