Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARN [I18nService] context type: hasura_event not supported #479

Closed
Lindo92 opened this issue Mar 15, 2023 · 2 comments · Fixed by #653
Closed

WARN [I18nService] context type: hasura_event not supported #479

Lindo92 opened this issue Mar 15, 2023 · 2 comments · Fixed by #653

Comments

@Lindo92
Copy link

Lindo92 commented Mar 15, 2023

Hello, I am using hasura event triggers with my nest.js service to trigger webhooks which in turn run business logic for me, the issue is that each time hasura triggers a webhook I get this warning:

[Nest] 49175 - 03/15/2023, 10:10:03 AM WARN [I18nService] context type: hasura_event not supported

Now the first thing i tried was overriding the context in the I18nModule.forRoot() implementation, but that was apparently not possible.

So I continued by trying to create a custom resolver but I didn't get that to work either, it's safe to say that I am a bit stumped and while the warning isn't a real problem as I do not need any i18n support for my hasura events I would more then love to not be swamped with unnecessary logs, so I thought I'd give writing a ticket here a shot.

Any help would be appreciated, hope you're having a good day! :)

@pytour
Copy link

pytour commented Nov 24, 2023

How to turn off these warnings?

@rubiin
Copy link
Collaborator

rubiin commented Sep 7, 2024

Try the latest release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants