Log missing message key/path when building? #1221
jonasmerlin
started this conversation in
General
Replies: 1 comment
-
Have you configured If in doubt, please review the error handling docs (esp. the last paragraph when you have As a side note, I know the situation with having to forward |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So when I'm building my app using
npm run build
I'm getting the following error 3 times:I already defined custom
onError
as well asgetMessageFallback
handlers. But in this case,getMessageFallback
doesn't seem to be called. So I want to log the missing message key insideonError
, so that I can add it. How can I do this?I'm on next version 14.0.1 and next-intl version 3.17.2 btw.
Beta Was this translation helpful? Give feedback.
All reactions