dave93
NNovu
•Created by dave93 on 8/5/2024 in #💬│support
ETIMEDOUT
ETIMEDOUT: when I try to send an email from a customised provider. I am using novu self hosted
2 replies
NNovu
•Created by dave93 on 11/1/2023 in #💬│support
FCM Push Notifications
I am testing FCM push notifications, but when the workflow is executed I get this error message for the step in question:
"Unexpected token } in JSON at position 2354"
27 replies
NNovu
•Created by dave93 on 10/20/2023 in #💬│support
FCM overrides - @novu/node
Hi, I have installed @novu/node, but in the execution of the trigger in the field overrides.fcm the properties webPush, android etc. are not present.
7 replies
NNovu
•Created by dave93 on 7/2/2023 in #💬│support
Mongo DB connection - More connections
I use mongo DB in Atlas and have a maximum of 500 connections.
When I launch novu in production mode I always get emails from mongo warning me that the connections to my clusters have exceeded 500.
Do you have any solutions? Is this normal behaviour ?
16 replies
NNovu
•Created by dave93 on 6/8/2023 in #💬│support
Internal server error - Integration store - Custom SMPT
13 replies
NNovu
•Created by dave93 on 5/26/2023 in #💬│support
Use Google Cloud storage
I am trying to use Google cloud storage to save attachments/images.
I have set the following variables:
STORAGE_SERVICE=GCS
# GCS
GCS_BUCKET_NAME=
GCS_DOMAIN=
GCP_SECRETY_ACCESS_KEY=
GCS_REGION=
But when I try, for example, to add my brand logo, I get an error message.
And the request query still seems to point to AWS as storage : ?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=test/20230526/us-east-1/s3/aws4_request&X-Amz-Date=20230526T135219Z&X-Amz-Expires=3600&X-Amz-Signature=cd4a3a47dece83f5ba1723a6cb6c1f85bbbdb2d93fa35badaf61e13b6b447650&X-Amz-SignedHeaders=host&x-amz-acl=public-read&x-id=PutObject3 replies