kingen ✌🏻
kingen ✌🏻
Explore posts from servers
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...
15 replies
NNovu
Created by kingen ✌🏻 on 10/29/2024 in #💬│support
Dashboard and headless stopped loading
No description
15 replies
NNovu
Created by kingen ✌🏻 on 10/29/2024 in #💬│support
Dashboard and headless stopped loading
Any update? 🙏🏻
15 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? 🤔
15 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
15 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?
15 replies
NNovu
Created by kingen ✌🏻 on 10/29/2024 in #💬│support
Dashboard and headless stopped loading
No description
15 replies
NNovu
Created by kingen ✌🏻 on 10/29/2024 in #💬│support
Dashboard and headless stopped loading
yes I did that, still same issue 🤔
15 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
NNovu
Created by kingen ✌🏻 on 6/18/2024 in #🚀│general
Are there any plans for Echo in Novu cloud?
from the example here: https://docs.novu.co/echo/sdk/frameworks/express What package do I need to install to be able to import the following``
import { serve } from "@novu/echo/express";
import { serve } from "@novu/echo/express";
It is very unclear to me 🤔
20 replies
NNovu
Created by kingen ✌🏻 on 6/18/2024 in #🚀│general
Are there any plans for Echo in Novu cloud?
Any way of configuring providers using code?
20 replies
NNovu
Created by kingen ✌🏻 on 6/18/2024 in #🚀│general
Are there any plans for Echo in Novu cloud?
Yeah make sense! I guess the main reason is to give developers easy access to local data during workflow execution. What interest me most? All the reasons we use version control in code 😄 (testing changes, reviewing changes, reverting changes, type validations, easy onboarding of new engineers, etc.). btw, the github actions page https://github.com/novuhq/actions-echo-sync may need a little update to the readme 🙂
20 replies