kingen ✌🏻
kingen ✌🏻
Explore posts from servers
NNovu
Created by kingen ✌🏻 on 10/29/2024 in #💬│support
Dashboard and headless stopped loading
hey sorry for being slow! My use case is transitory... Decided on novu and added some simple workflows for just in_app notifications in our web app. We then decided to add email to the notifications (just before you were about to release @novu/framework and workflows in code), therefore we decided to add the email sending outside of current workflows until we migrated to the new workflows. Now we have not yet migrated to the new workflows, because of priorities... And I don't really see us prioritising this now unfortunately.
23 replies
NNovu
Created by kingen ✌🏻 on 10/29/2024 in #💬│support
Dashboard and headless stopped loading
No description
23 replies
NNovu
Created by kingen ✌🏻 on 10/29/2024 in #💬│support
Dashboard and headless stopped loading
Thanks for the update! 🙏🏻
23 replies
NNovu
Created by kingen ✌🏻 on 10/29/2024 in #💬│support
Dashboard and headless stopped loading
Ah, thanks for the response 🙏🏻
So just to be clear, there was a breaking change and I must adjust my code now? I have been using the global subscriber preference API to store email preference even though I'm currently only using Novu for in_app in my workflows. A problem for me is that this state is now lost for all my users => I have no idea who wants emails or not...
23 replies
NNovu
Created by kingen ✌🏻 on 10/29/2024 in #💬│support
Dashboard and headless stopped loading
No description
23 replies
NNovu
Created by kingen ✌🏻 on 10/29/2024 in #💬│support
Dashboard and headless stopped loading
Any update? 🙏🏻
23 replies
NNovu
Created by kingen ✌🏻 on 10/29/2024 in #💬│support
Dashboard and headless stopped loading
somehow my suspicion is that https://v0.x-docs.novu.co/notification-center/client/headless/api-reference#fetchuserpreferences was changed. Any recommendation on how to debug this? 🤔
23 replies
NNovu
Created by kingen ✌🏻 on 10/29/2024 in #💬│support
Dashboard and headless stopped loading
okey I tried @novu/js, doesn't work for me because I'm on the old workflows... Would be helpful to mention that on https://docs.novu.co/inbox/headless/get-started
23 replies
NNovu
Created by kingen ✌🏻 on 10/29/2024 in #💬│support
Dashboard and headless stopped loading
ah, I'm using @novu/headless , I'll try to replace it with @novu/js which seems to be the new way?
23 replies
NNovu
Created by kingen ✌🏻 on 10/29/2024 in #💬│support
Dashboard and headless stopped loading
No description
23 replies
NNovu
Created by kingen ✌🏻 on 10/29/2024 in #💬│support
Dashboard and headless stopped loading
yes I did that, still same issue 🤔
23 replies
NNovu
Created by kingen ✌🏻 on 6/18/2024 in #🚀│general
Are there any plans for Echo in Novu cloud?
fantastic! thanks for letting me know 👍🏻
20 replies
NNovu
Created by kingen ✌🏻 on 10/1/2024 in #💬│support
Error logging into Novu cloud EU
I haven't logged in in a couple of months
8 replies
NNovu
Created by kingen ✌🏻 on 10/1/2024 in #💬│support
Error logging into Novu cloud EU
github
8 replies
NNovu
Created by kingen ✌🏻 on 6/18/2024 in #🚀│general
Where to report a broken Novu Cloud API?
I can confirm that it's working for me now. Thank you 🙏🏻
4 replies
NNovu
Created by Giøn on 6/18/2024 in #💬│support
Cannot get global preference for a subscriber (status: 400)
I'm getting the same issue... Plus the response from novu.subscribers.getGlobalPreference is untyped making using it a little annoying
9 replies
NNovu
Created by kingen ✌🏻 on 6/18/2024 in #🚀│general
Are there any plans for Echo in Novu cloud?
Cool, yes Zod validation would be gold 👍🏻 I might wait with this a couple of weeks then.
20 replies
NNovu
Created by kingen ✌🏻 on 6/18/2024 in #🚀│general
Are there any plans for Echo in Novu cloud?
another feedback 🙂 It would be very convenient for me if I was able to trigger a workflow directly from the echo instance, like this:
let echo = new Echo();
echo.workflow('test', async (event) => {
await event.step.inApp('send-in-app', async () => {
return { body: `A new post has been created` };
});
});

echo.triggerWorkflow('test');
let echo = new Echo();
echo.workflow('test', async (event) => {
await event.step.inApp('send-in-app', async () => {
return { body: `A new post has been created` };
});
});

echo.triggerWorkflow('test');
That way I only need to pass around the echo instance instead of individual references to all workflows. Is this something that you're considering? 🙏🏻 thanks for the responsiveness btw
20 replies
NNovu
Created by kingen ✌🏻 on 6/18/2024 in #🚀│general
Are there any plans for Echo in Novu cloud?
No description
20 replies
NNovu
Created by kingen ✌🏻 on 6/18/2024 in #🚀│general
Are there any plans for Echo in Novu cloud?
Hoping I'll be able to use that with my NestJS API.
20 replies