NovuN
Novu13mo ago
voidx

Novu API Error with Remix

Hi, I'm trying to setup Novu framework in a fresh Remix project created with this command:
npx create-remix

and following the Novu quick start guide for Remix, but the /api/novu endpoint throws an error:
Named export 'checkIsResponseError' not found. The requested module '@novu/shared' 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 '@novu/shared';
...

I've also tried running on an older version: Remix
2.10.3
but the error persists.
Looks to me it's a similar issue as 💬│supportNovu @ Next 13.4.8
Was this page helpful?