Dominique BILLET

Results 5 comments of Dominique BILLET

It seems than Netflix refuse your request : Error 401, not authorized, then response is empty... Are you try to unlogged and reauth from the addon ?

+1 TranslateHttpLoader override all translation set by setTranslation() before. Set an option for merging.

Add 'howler' to your devDependencies and in `vite.optimizeDeps.include` seems to resolve this issue ```ts export default defineNuxtConfig({ // nuxt config...... vite: { optimizeDeps: { include: ['howler'] } } } ````

------------------------------ - Operating System: Linux - Node Version: v18.17.1 - Nuxt Version: 3.7.3 - CLI Version: 3.9.0 - Nitro Version: 2.6.3 - Package Manager: [email protected] - Builder: - - User...

@pi0, thanks, but this example is bad for me, because in your example, the websocket server is running in a build context, when it should be running in an execution...