harrisyn
NNovu
•Created by harrisyn on 1/18/2024 in #💬│support
Firebase Push Notification
Hi,
I have enabled firebase for push notifications, however I am confused about how to make the notifications clickable to an external link.
I have seen the documentation example that uses a relative link, am I correct to assume that that relative link is added to the source of the notification or where the device token was generated?
Also, how do I replace that with a complete url?
80 replies
NNovu
•Created by harrisyn on 11/2/2023 in #💬│support
Search workflows, subscribers, Topics
Hi guys, any hope of seeing these soon, the current interface without search makes it hard to use
4 replies
NNovu
•Created by harrisyn on 9/1/2023 in #💬│support
How soon is the docker-compose file updated for the next version?
In this case 0.18???
13 replies
NNovu
•Created by harrisyn on 8/17/2023 in #💬│support
missing REDIS_PASSWORD in env
just noticed that the docker-compose and sample_env do not contain entries for REDIS_PASSWORD, this makes it difficult to authenticate to any redis endpoint that requires authentication.
3 replies
NNovu
•Created by harrisyn on 7/25/2023 in #💬│support
Any alternative way to add a team member on self hosted versions?
as emails can't be sent at the moment, I am curious if there is an alternative means to add a team member, a link perhaps?
4 replies
NNovu
•Created by harrisyn on 7/4/2023 in #💬│support
How do you create a subscriber using the Notification Center for React
I am using the NovuProvider, however I can't seem to find the process for updating the subscriber properties i.e. email, number or any other metadata
<NovuProvider
backendUrl={novuBackendUrl}
socketUrl={novuSocketUrl}
subscriberId={currentShop._id}
applicationIdentifier={novuAppId}
>
<PopoverNotificationCenter onNotificationClick={onNotificationClick}>
{({ unseenCount }) => <NotificationBell unseenCount={unseenCount} />}
</PopoverNotificationCenter>
</NovuProvider>
16 replies
NNovu
•Created by harrisyn on 6/24/2023 in #💬│support
Region is missing
Any idea how to fix this?
[Nest] 16 - 06/24/2023, 6:41:42 PM ERROR [ExceptionHandler] Region is missing
Error: Region is missing
at resolveRegionConfig (/usr/src/app/node_modules/.pnpm/@[email protected]/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js:9:15)
at new S3Client (/usr/src/app/node_modules/.pnpm/@[email protected]/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js:23:69)
at new S3StorageService (/usr/src/app/packages/application-generic/build/main/services/storage/storage.service.js:34:19)
15 replies
NNovu
•Created by harrisyn on 6/13/2023 in #💬│support
VM instance on GCP becomes unresponsive
Since I setup Novu with docker on a vm instance in gcp, without any real traffic, I have noticed that the vm becomes unresponsive after a couple of days, I recently increased storage to 250gb to check if it's a storage issue, and also increased the vm memory to 8gb and today the vm is unresponsive again, I am unable to ssh into it, and typically have to shutdown and start up again to regain access.
has anyone else experienced this? any directions as to what could possibly be going wrong?
16 replies