AndreLuizsgf
AndreLuizsgf
NNovu
Created by AndreLuizsgf on 5/28/2024 in #💬│support
Issues with migration in self hosted
Im trying to run Novu on 0.23 and i had several issues running migrations. 1. I had to rebuild the package application-generic because i was getting an error for @novu/sendgrid used inside it. I think this error applies to all migrations that builds the nest app. 2. some migrations simply doesnt execute a function. I had to modify them to execute something: encrypt-credentials-migration.ts, add-integration-identifier-migration.ts, seen-read-suport. Is there anything i've been missing? I just followed the docs, that tells you to run npm run setup:project and then run the migrations.
8 replies
NNovu
Created by AndreLuizsgf on 5/27/2024 in #💬│support
Indexes not created on documentdb when running novu
Hey guys, im running novu locally with the local docker-compose, connected in a AWS document db instance. I noticed that no indexes were created in my collections, just the id index. Do i need to run something to create them correctly?
6 replies
NNovu
Created by AndreLuizsgf on 12/21/2023 in #💬│support
Message content could not be generated and Subscriber does not have an active integration
No description
8 replies
NNovu
Created by AndreLuizsgf on 5/17/2023 in #💬│support
Issues running worker on 0.14.0
Hey guys, im trying to run novu on 0.14.0 but somehow all triggered events are not being sent. When i look into the api logs it looks like everything is okay, but the worker is not doing anything. Could anyone help me? api logs: 2023-05-17T14:50:15-03:00 {"level":30,"time":1684345815507,"pid":17,"serviceName":"@novu/api","serviceVersion":"0.14.0","platform":"Docker","tenant":"OS","req":{"id":18208,"method":"POST","url":"/api/v1/events/trigger","query":{},"params":{"0":"events/trigger"},"headers":{"host":"novu.xxx.xxx","connection":"keep-alive","x-forwarded-for":"xxx, xxxx","x-forwarded-proto":"http","x-forwarded-host":"novu.xxx.xxx","x-forwarded-port":"xx","x-forwarded-path":"/api/v1/events/trigger","x-real-ip":"xxxx","content-length":"704","x-amzn-trace-id":"Root=1-646513d7-7924d5953d124ff82e4a6156","accept":"application/json, text/plain, */*","content-type":"application/json","user-agent":"axios/1.2.0","accept-encoding":"gzip, deflate, br","x-correlation-id":"d5538813-74dc-45b0-8d14-077cb376e943"},"remoteAddress":"::ffff:10.2.21.129","remotePort":41728},"userId":"635107bba2ee3de4f3c4945b","environmentId":"635107c3a2ee3de4f3c4946a","organizationId":"635107c2a2ee3de4f3c49464","msg":"TriggerQueueService.add: 3267f947-4da9-47c8-984f-9c5d5be5ead0 Group: 635107c2a2ee3de4f3c49464"} worker envvars:
IN_MEMORY_CLUSTER_MODE_ENABLED : false
MAX_NOVU_INTEGRATION_MAIL_REQUESTS : 300
NODE_ENV : dev
PORT : 3004
REDIS_CACHE_ENABLE_AUTOPIPELINING : true
REDIS_CACHE_SERVICE_HOST : host
REDIS_CACHE_SERVICE_PORT : 6379
REDIS_CLUSTER_SERVICE_HOST : host
REDIS_CLUSTER_SERVICE_PORTS : [6379]
REDIS_DB_INDEX : 2
REDIS_HOST : host
REDIS_PORT : 6379
MONGO_URL : MONGO_URL
REDIS_DB_INDEX : 2
REDIS_HOST : host
REDIS_PORT : 6379
IN_MEMORY_CLUSTER_MODE_ENABLED : false
MAX_NOVU_INTEGRATION_MAIL_REQUESTS : 300
NODE_ENV : dev
PORT : 3004
REDIS_CACHE_ENABLE_AUTOPIPELINING : true
REDIS_CACHE_SERVICE_HOST : host
REDIS_CACHE_SERVICE_PORT : 6379
REDIS_CLUSTER_SERVICE_HOST : host
REDIS_CLUSTER_SERVICE_PORTS : [6379]
REDIS_DB_INDEX : 2
REDIS_HOST : host
REDIS_PORT : 6379
MONGO_URL : MONGO_URL
REDIS_DB_INDEX : 2
REDIS_HOST : host
REDIS_PORT : 6379
api envvars:
FRONT_BASE_URL : http://novu....
REDIS_CACHE_SERVICE_HOST : REDIS_HOST
REDIS_CACHE_SERVICE_PORT : 6379
MONGO_URL : MONGO_URL
NODE_ENV : dev
REDIS_DB_INDEX : 2
REDIS_HOST : REDIS_HOST
REDIS_PORT : 6379
FRONT_BASE_URL : http://novu....
REDIS_CACHE_SERVICE_HOST : REDIS_HOST
REDIS_CACHE_SERVICE_PORT : 6379
MONGO_URL : MONGO_URL
NODE_ENV : dev
REDIS_DB_INDEX : 2
REDIS_HOST : REDIS_HOST
REDIS_PORT : 6379
12 replies
NNovu
Created by AndreLuizsgf on 4/5/2023 in #💬│support
Axios error on bump novu to 0.13.0
Hi, im trying to update @Novu/node to 0.13.0 but i get axios error Generic type 'AxiosResponse<T>' requires between 0 and 1 type arguments when running the project and jest SyntaxError: Cannot use import statement outside a module when running jest. Im using pnpm to manage dependencies in a monorepo application.
11 replies
NNovu
Created by AndreLuizsgf on 1/2/2023 in #💬│support
How to set carbon copy emails when triggering events?
Hi, i want to set cc emails but couldnt find out how. Is it possible?
7 replies
NNovu
Created by AndreLuizsgf on 12/22/2022 in #💬│support
is it possible to override SES From email address when triggering an event?
Hey guys, i have a SES configuration on Novu with a default from address and would like to have a second one to specific situations. Is that possible?
4 replies
NNovu
Created by AndreLuizsgf on 10/24/2022 in #💬│support
item should not be null or undefined
12 replies
NNovu
Created by AndreLuizsgf on 10/24/2022 in #💬│support
Invite and auth notifications in self hosted environment
Hey guys, is there a way to send invitation and auth emails when self hosting novu? i took a look on the code but it seems it aways requests cloud version. I think it needs an issue but im not sure, what you all think?
9 replies
NNovu
Created by AndreLuizsgf on 10/20/2022 in #💬│support
Unable to run novu web docker image
5 replies
NNovu
Created by AndreLuizsgf on 10/10/2022 in #💬│support
Is there a way to connect to novu admin panel using nestjs?
I'm reading the docs and code but couldn't find a way to connect to my local novu admin panel while using @Novu/nest. Is it available?
4 replies
NNovu
Created by AndreLuizsgf on 10/10/2022 in #💬│support
Cloud vs self-hosted
Hi, is there any limitations about cloud version like sent notifications or created templates quantity? I'm testing novu locally and still haven't decided which approach to take on production.
4 replies