voidx
voidx
NNovu
Created by voidx on 1/24/2025 in #💬│support
Step conditions for New Dashboard?
Hi, a lot of our workflows would need use of step conditions and we're using the new dashboard and the email editor. Is it going to be added in coming days to the UI (I already see some PRs merged) or would take longer than that? We're not sure how to manage this use case.
3 replies
NNovu
Created by voidx on 1/22/2025 in #💬│support
Can't get the webhook URL from provider in cloud
No description
4 replies
NNovu
Created by voidx on 11/30/2024 in #💬│support
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';
...
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 https://discord.com/channels/895029566685462578/1311556906288152686
7 replies