Skip to content

Is there a way to see which message is missing upon the 'MISSING_MESSAGE' error? #704

Answered by amannn
wscourge asked this question in Q&A
Discussion options

You must be logged in to vote

I think you’re looking for this: https://next-intl-docs.vercel.app/docs/usage/configuration#error-handling

The error message you’re seeing is intentionally pretty sparse due to minification in production builds. If you trigger the error in development, you’ll get more details by default.

This makes me wonder though if we could include at least the namespace and key by default. This is probably the most frequent error that’s triggered by next-intl and including these details should be possible without any significant change in regard to the production bundle size.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@wscourge
Comment options

@amannn
Comment options

@wscourge
Comment options

Answer selected by wscourge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants