NovuN
Novu12mo 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 }
    }


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
Translate notification content to different languages using i18n.
Was this page helpful?