-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Breaks Nuxt 3 with universal rendering.
When ssr:false is set, the error does not appear.
500
Invalid URL
at splitURL (C:\Projekte\Nuxt_AIChat_Auth\node_modules@microsoft\src\client.ts:71:18)
at AIChatProtocolClient (C:\Projekte\Nuxt_AIChat_Auth\node_modules@microsoft\src\client.ts:92:32)
at setup (C:\Projekte\Nuxt_AIChat_Auth\pages\index.js:50:20)
at _sfc_main.setup (C:\Projekte\Nuxt_AIChat_Auth\pages\index.js:287:23)
at callWithErrorHandling (C:\Projekte\Nuxt_AIChat_Auth\node_modules@vue\runtime-core\dist\runtime-core.cjs.js:196:19)
at setupStatefulComponent (C:\Projekte\Nuxt_AIChat_Auth\node_modules@vue\runtime-core\dist\runtime-core.cjs.js:7577:25)
at setupComponent (C:\Projekte\Nuxt_AIChat_Auth\node_modules@vue\runtime-core\dist\runtime-core.cjs.js:7538:36)
at renderComponentVNode (C:\Projekte\Nuxt_AIChat_Auth\node_modules@vue\server-renderer\dist\server-renderer.cjs.js:619:15)
at renderVNode (C:\Projekte\Nuxt_AIChat_Auth\node_modules@vue\server-renderer\dist\server-renderer.cjs.js:753:14)