toonvanstrijp / nestjs-i18n

The i18n module for nestjs.
https://nestjs-i18n.com
Other
623 stars 102 forks source link

Does not work with Fastify #629

Open glappsi opened 2 months ago

glappsi commented 2 months ago

Describe the bug

Getting "TypeError: Cannot set properties of undefined (setting 't')" since there is no app.locals in onModuleInit (using pug).

Reproduction

System Info

not needed

Used Package Manager

npm

Validations

rubiin commented 2 months ago

small repro would be nice

glappsi commented 2 months ago

small repro would be nice

How? A whole repo is needed, it's not just specific lines of code to cause this. Edited my question to be more specific.