You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When go step by step with documentation and include all data to component I get an error:
[nuxt] [request error] [unhandled] [500] Cannot read properties of undefined (reading 'querySelectorAll') at uw (F:\Projekty\FindInvestor\@novu\notification-center-vue:6956:22) at TF (F:\Projekty\FindInvestor\@novu\notification-center-vue:7965:11) at F:\Projekty\FindInvestor\@novu\notification-center-vue:8038:9 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async ViteNodeRunner.runModule (/F:/Projekty/FindInvestor/node_modules/vite-node/dist/client.mjs:356:5) at async ViteNodeRunner.directRequest (/F:/Projekty/FindInvestor/node_modules/vite-node/dist/client.mjs:340:5) at async ViteNodeRunner.cachedRequest (/F:/Projekty/FindInvestor/node_modules/vite-node/dist/client.mjs:189:14) at async ViteNodeRunner.dependencyRequest (/F:/Projekty/FindInvestor/node_modules/vite-node/dist/client.mjs:233:12) at async F:\Projekty\FindInvestor\plugins\novu.ts:2:31 at async ViteNodeRunner.runModule (/F:/Projekty/FindInvestor/node_modules/vite-node/dist/client.mjs:356:5)
👟 Reproduction steps
Install dependency
Make plugin
Make component with all data from documentation
Run project
👍 Expected behavior
Working without errors
👎 Actual Behavior with Screenshots
Novu version
0.24.1
npm version
yarn 1.22.21
node version
20.2.0
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
Keep in mind that Novu notification center is client only component and if querySelectorAll is undefined I would suspect that Nuxt tries to do something in server context.
📜 Description
When go step by step with documentation and include all data to component I get an error:
[nuxt] [request error] [unhandled] [500] Cannot read properties of undefined (reading 'querySelectorAll') at uw (F:\Projekty\FindInvestor\@novu\notification-center-vue:6956:22) at TF (F:\Projekty\FindInvestor\@novu\notification-center-vue:7965:11) at F:\Projekty\FindInvestor\@novu\notification-center-vue:8038:9 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async ViteNodeRunner.runModule (/F:/Projekty/FindInvestor/node_modules/vite-node/dist/client.mjs:356:5) at async ViteNodeRunner.directRequest (/F:/Projekty/FindInvestor/node_modules/vite-node/dist/client.mjs:340:5) at async ViteNodeRunner.cachedRequest (/F:/Projekty/FindInvestor/node_modules/vite-node/dist/client.mjs:189:14) at async ViteNodeRunner.dependencyRequest (/F:/Projekty/FindInvestor/node_modules/vite-node/dist/client.mjs:233:12) at async F:\Projekty\FindInvestor\plugins\novu.ts:2:31 at async ViteNodeRunner.runModule (/F:/Projekty/FindInvestor/node_modules/vite-node/dist/client.mjs:356:5)
👟 Reproduction steps
👍 Expected behavior
Working without errors
👎 Actual Behavior with Screenshots
Novu version
0.24.1
npm version
yarn 1.22.21
node version
20.2.0
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: