23brewert
23brewert
Explore posts from servers
NNuxt
Created by 23brewert on 5/20/2024 in #❓・help
Issues running nuxt 3 with docker
I am getting the following 500 error when I deploy my application to docker.
500
Named export 'VBinder' not found. The requested module 'vueuc' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'vueuc'; const { VResizeObserver, VirtualList, VFollower, VBinder, VTarget, VFocusTrap, VLazyTeleport } = pkg;
500
Named export 'VBinder' not found. The requested module 'vueuc' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from 'vueuc'; const { VResizeObserver, VirtualList, VFollower, VBinder, VTarget, VFocusTrap, VLazyTeleport } = pkg;
3 replies
NNuxt
Created by 23brewert on 3/25/2024 in #❓・help
Can only access the nuxt-sidebase useAuth() in the setup script, not the methods or functions
No description
2 replies