elmd
elmd
NNovu
Created by elmd on 10/8/2024 in #💬│support
Attempted import error: 'InboxContent' is not exported from '@novu/react' (imported as 'InboxContent
In a NextJS project, I'm getting the above error in my console whenever I try to import the InboxContent component. My import looks like
import { Inbox, InboxContent, useCounts } from '@novu/react';
import { Inbox, InboxContent, useCounts } from '@novu/react';
on ^2.3.1
5 replies
NNovu
Created by elmd on 10/4/2024 in #💬│support
Vecel preview with automation bypass not working
I'm trying to link my development environment of Novu to my vercel preview branch (our dev environment) and want to use vercel's automation bypass in the url in the Novu dashboard, but it's saying that it's not valid. I've confirmed that in incognito mode the bypass works and the novu enpoint can get hit, so I'm not sure what's going on here. My url looks like: https://....url.../api/novu?x-vercel-protection-bypass=BYPASS_KEY https://vercel.com/docs/security/deployment-protection/methods-to-bypass-deployment-protection/protection-bypass-automation Environment ID: 66fc55c608355d6d570daac5
8 replies