Tag: i18next
-
Getting error of Cannot read properties of undefined (reading ‘service’) when using i18n translation in nestjs with graphql
-1 i am using nest-i18n package to use localization in my project but when translating the message i get the error Cannot read properties of undefined (reading ‘service’) Here is my code please help me to find out the exact error Note:- I have tried to add I18nValidationPipe as a provider in app module as…