NuxtN
Nuxtβ€’10mo agoβ€’
4 replies
dev3-trchl

Problem with Nuxt 3.16 + @element-plus/nuxt

Hey guys.. Not sure if it's just me and my code collegue, but we are facing some problems with @element-plus/nuxt with Nuxt 3 recently..

ERROR [GET] "http://127.0.0.1:42415/__nuxt_vite_node__/module//node_modules/element-plus/es/index.mjs": <no response> Failed to parse URL from http://127.0.0.1:42415/__nuxt_vite_node__/module//node_modules/element-plus/es/index.mjs
then
[cause]: Failed to parse URL from http://127.0.0.1:42415/__nuxt_vite_node__/module//node_modules/element-plus/es/index.mjs
      at node:internal/deps/undici/undici:13392:13
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
      at async $fetchRaw2 (node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:258:26)
    [cause]: URL is not a constructor


Actually, in some part of the error it says something about h3:
ERROR [h3] [unhandled] [GET] "http://127.0.0.1:42415/__nuxt_vite_node__/invalidates": <no response> Failed to parse URL from http://127.0.0.1:42415/__nuxt_vite_node__/invalidates
In the .txt attached there's the full error.

Btw, these are my configs:
Node v20.18.1
@element-plus/nuxt: 1.1.1
element-plus: 2.9.7
Nuxt: 3.16..1
Vue: 3.5.13
VS Code version: Code - Insiders 1.99.0-insider (dc289883be5d37d5d2b2f7d30926aa42a3123437, 2025-03-21T19:26:48.394Z)
OS version: Windows_NT x64 10.0.26120
Modes:
Remote OS version: Linux x64 6.13.8-WSL2-STABLE+

Thanks 🀞
Was this page helpful?