Puvi
NNovu
•Created by Puvi on 3/12/2024 in #💬│support
Slowness in sending notifications
Hi @Pawan Jain You mean ram size ?
all service running in single instance, Ho w can I able to increate it only for worker ?
Thanks
3 replies
NNovu
•Created by Puvi on 3/5/2024 in #💬│support
Request Entity Too Large
Hello Team,
I've encountered an issue that I can replicate locally by removing the following lines:
app.use(extendedBodySizeRoutes, bodyParser.json({ limit: '20mb' }));
app.use(extendedBodySizeRoutes, bodyParser.urlencoded({ limit: '20mb', extended: true }));
To address this, I've set these values globally as follows:
app.use(bodyParser.json({ limit: '20mb' }));
app.use(bodyParser.urlencoded({ limit: '20mb', extended: true }));
This change resolves the issue locally, but when deploying to production, the problem persists.
I expect that setting these values should handle the error, or at least the global setting should rectify it, but unfortunately, this isn't the case.
Could you please assist in identifying the issue?
Thank you.
cc @Pawan Jain , @Gali Baum
11 replies
NNovu
•Created by Puvi on 3/5/2024 in #💬│support
Request Entity Too Large
Hi @Pawan Jain, I'm getting this errors while saving variants
11 replies
NNovu
•Created by Puvi on 2/26/2024 in #💬│support
Create and update subscribers in c#
Found solution
we need to clear redis cache for that particular user using key genrated by buildSubscriberKey Method
11 replies
NNovu
•Created by Puvi on 2/26/2024 in #💬│support
Create and update subscribers in c#
Thanks for the confirmation @Pawan Jain, Do I Missing any important data while updating ? due to that my recoed missing in get call ?
11 replies
NNovu
•Created by Puvi on 2/26/2024 in #💬│support
Create and update subscribers in c#
@Pawan Jain I have one doubt. In get call, data will be retrieved from data base or it will be from any session ?
11 replies
NNovu
•Created by Puvi on 2/26/2024 in #💬│support
Create and update subscribers in c#
While updating
I can see changes in novu db.but in ui its still the old data and when I try to get data from post man at that time also its still old data
@Pawan Jain
11 replies
NNovu
•Created by Puvi on 2/26/2024 in #💬│support
Create and update subscribers in c#
@Pawan Jain any help on this please ?
11 replies
NNovu
•Created by Puvi on 2/13/2024 in #💬│support
Configure 4200 and 3000 in http and https for novu self hosting
finally this one is helped https://discord.com/channels/895029566685462578/1097448355237462017/1097448355237462017
Thanks
7 replies
NNovu
•Created by Puvi on 2/13/2024 in #💬│support
Configure 4200 and 3000 in http and https for novu self hosting
@Pawan Jain but nginx will supprt right ?
7 replies
NNovu
•Created by Puvi on 2/13/2024 in #💬│support
Configure 4200 and 3000 in http and https for novu self hosting
Can you please help me on this ?
7 replies
NNovu
•Created by Puvi on 2/13/2024 in #💬│support
Configure 4200 and 3000 in http and https for novu self hosting
Hi @Pawan Jain
7 replies
NNovu
•Created by Puvi on 2/1/2024 in #💬│support
Self Deployment
Yes @Pawan Jain, Redis issue resolved. Currently We are facing this iisue
| [Nest] 128 - 02/06/2024, 9:10:52 AM ERROR [ExceptionHandler] Server selection timed out after 30000 ms
ws | MongooseServerSelectionError: Server selection timed out after 30000 ms
ws | at _handleConnectionErrors (/usr/src/app/node_modules/.pnpm/[email protected]/node_modules/mongoose/lib/connection.js:805:11)
ws | at NativeConnection.openUri (/usr/src/app/node_modules/.pnpm/[email protected]/node_modules/mongoose/lib/connection.js:780:11)
ws | at processTicksAndRejections (node:internal/process/task_queues:96:5)
has context menu
26 replies
NNovu
•Created by Puvi on 2/1/2024 in #💬│support
Self Deployment
but we have set environmental variables for our requirement
26 replies
NNovu
•Created by Puvi on 2/1/2024 in #💬│support
Self Deployment
Hi @Pawan Jain
worker | ReplyError: NOAUTH Authentication required.
worker | at Object.onceWrapper (node:events:627:28)
worker | at Socket.emit (node:events:525:35)
worker | at Socket.emit (node:domain:489:12)
worker | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1263:10) {
worker | command: { name: 'select', args: [ '2' ] }
worker | }
worker | ReplyError: WRONGPASS invalid username-password pair
worker | at Object.onceWrapper (node:events:627:28)
worker | at Socket.emit (node:events:525:35)
worker | at Socket.emit (node:domain:489:12)
worker | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1263:10) {
worker | command: {
worker | name: 'auth',
worker | args: [ 'our Password' ]
worker | }
We are getting this error while doing docker compose.
REDIS_HOST=redis
REDIS_PASSWORD=
REDIS_CACHE_SERVICE_HOST=
What is REDIS_CACHE_SERVICE_HOST, which value we need to provide to this ?
Please help me on this.
Thanks.
26 replies