Replies: 1 comment 3 replies
-
Hi @Saszr! It looks like you have routing hardcoded for |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
The above gif is a comparison example of my deployment on Vercel ( Production ) and Netlify.
It can be seen that refreshing the page in the Vercel ( Production ) does not trigger middleware. ( Network uncheck Disable cache )
After a period of investigation, this only occurs in the Vercel ( Production ). My local envi, including the Vercel ( Preview ), middleware is all good.
These are deployment addresses:
Vercel ( Production ) : https://next-intl-middleware-example.vercel.app
Vercel ( Preview ) : https://next-intl-middleware-example-git-preview-saszr.vercel.app
Netlify ( Production ): https://superb-shortbread-8418b8.netlify.app
Additional information
No response
Example
https://github.com/Saszr/next-intl-middleware-example
Beta Was this translation helpful? Give feedback.
All reactions