Open sg-milad opened 5 months ago
I have the exact same issue. I thought I was executing code before the i18n module had loaded but if I manually hard code a language key into my code it works fine, so now I am passing the fallback language key as an environment variable as fallbackLanguage parameter is not working.
Describe the bug
I am trying to implement i18n in microservice. its works completely fine in HTTP requests but when I use it in my microservices I get this error gateway:
[Nest] 579618 - 05/26/2024, 11:01:13 AM ERROR [ExceptionsHandler] Internal server error
microservice app:// this my config in app.module gateway
and my microservice app:
I use rabbitMq
Reproduction
please tell me if the the information i provided is not enough
System Info
Used Package Manager
pnpm
Validations