Inbox Not working
Hi,
I just created my Novu account to start adding notifications into my app. I got all the way through the process and added the Inbox element into my app. The Novu Dashboard says the Inbox element connected successfully, but I get Next.js error (attached) every time I refresh the page. When I removed the Inbox component, the error disappears.
Also, the docs (https://docs.novu.co/platform/quickstart/nextjs) say to put the Inbox component directly into my layout file, but the example shows that it should be inside of a 'components/inbox.tsx' file, and it doesn't show how the Inbox would be integrated into the actual page.
On my app, I simply just put the Novu's Inbox component directly into my dash.tsx page inside of the <main> element.
I'm using Next.js 15.2.3 Stable, Node 20.18.1
I just created my Novu account to start adding notifications into my app. I got all the way through the process and added the Inbox element into my app. The Novu Dashboard says the Inbox element connected successfully, but I get Next.js error (attached) every time I refresh the page. When I removed the Inbox component, the error disappears.
Also, the docs (https://docs.novu.co/platform/quickstart/nextjs) say to put the Inbox component directly into my layout file, but the example shows that it should be inside of a 'components/inbox.tsx' file, and it doesn't show how the Inbox would be integrated into the actual page.
On my app, I simply just put the Novu's Inbox component directly into my dash.tsx page inside of the <main> element.
I'm using Next.js 15.2.3 Stable, Node 20.18.1

message.txt7.07KB
Create an account and learn how to start using Novu notification Inbox in your Next.js application.
