N
Novu2w ago
Gaia

Novu Cloud i18n

Hi! I'm trying to implement translations in my Novu code. I'm using Novu Cloud in a NestJS project where I write all my workflows and then use the sync command to sync to the cloud dev env. I tried to follow the docs as per using i18n but when I then try to sync I get an error like this:
data: {
error: 'Bad Request',
statusCode: 400,
timestamp: '2025-01-23T08:40:45.670Z',
path: '/v1/bridge/sync?source=cli',
message: 'Unknown bridge request error calling `myUrl`',
ctx: { error: 'Bad Request', statusCode: 400 }
}
data: {
error: 'Bad Request',
statusCode: 400,
timestamp: '2025-01-23T08:40:45.670Z',
path: '/v1/bridge/sync?source=cli',
message: 'Unknown bridge request error calling `myUrl`',
ctx: { error: 'Bad Request', statusCode: 400 }
}
I followed this guide in the docs: https://docs.novu.co/recipes/workflows/translations#translations Can you help me make it work, please? Is there maybe a specific different way to implement translations when using NestJS? Thanks!
Novu
Translations - Novu
Translate notification content to different languages using i18n.
6 Replies
Pawan Jain
Pawan Jain2w ago
@Gaia Are you using myUrl in code anywhere?
Gaia
GaiaOP2w ago
"myUrl" is my project deployed url in dev env! It has been the same since I started and it worked before implementing i18n (so it's something like: "https://myproject.dev.net/v1/novu" with the exposed novu endpoint) @Pawan Jain do you have any updates regarding this?
Novu_Bot
Novu_Bot2w ago
@Gaia, you just advanced to level 2!
Pawan Jain
Pawan Jain2w ago
Gaia, Sent an email for more details.
Gaia
GaiaOP2w ago
Thank you Pawan! I answered this morning let me know if you need any other info about the issue!
Pawan Jain
Pawan Jain2w ago
Gaia, Can we please continue this over email?

Did you find this page helpful?