Notification is not displayed.
I am using <Inbox/> component. When I click on the component, I am getting the following issue.
Uncaught runtime errors:
ERROR
Cannot read properties of undefined (reading 'split')
TypeError: Cannot read properties of undefined (reading 'split')
at eval (webpack://rbk/./node_modules/@novu/js/dist/esm/ui/index.mjs?:986:38)
at DefaultNotification.e [as fn] (webpack://rbk/./node_modules/@novu/js/dist/esm/ui/index.mjs?:7901:17)
at runComputation (webpack://rbk/./node_modules/solid-js/dist/dev.js?:799:22)
at updateComputation (webpack://rbk/./node_modules/solid-js/dist/dev.js?:781:3)
at createRenderEffect (webpack://rbk/./node_modules/solid-js/dist/dev.js?:297:75)
at eval (webpack://rbk/./node_modules/@novu/js/dist/esm/ui/index.mjs?:7899:69)
at DefaultNotification (webpack://rbk/./node_modules/@novu/js/dist/esm/ui/index.mjs?:7954:5)
at eval (webpack://rbk/./node_modules/solid-js/dist/dev.js?:643:12)
at untrack (webpack://rbk/./node_modules/solid-js/dist/dev.js?:532:12)
at Object.eval [as fn] (webpack://rbk/./node_modules/solid-js/dist/dev.js?:639:37)
The version I am using is "@novu/react": "^3.10.1". It was working as expected earlier for "@novu/react": "^3.5.0" version.

5 Replies
I see you are self hosting Novu.
Please stay on 3.5.0 version as version later than this is not compatible with self host version as of now
Please stay on 3.5.0 version as version later than this is not compatible with self host version as of now
Yes I was using 3.5.0 but there is another issue. I am getting issue as this api :
"path": "/v1/inbox/notifications/seen" is not working. Any solution for this?
Hi @Pawan Jain Any thing from you?
@b_base
I think this issue can be fixed only when we release new docker image so that you can upgrade to latest version for both sdk and docker images
I think this issue can be fixed only when we release new docker image so that you can upgrade to latest version for both sdk and docker images
ohh 🙁
Okay