Blank page when using middleware #49008
Replies: 7 comments 3 replies
-
Issue is caused by |
Beta Was this translation helpful? Give feedback.
-
We're also seeing this happen when we've upgrade to version 13.3.x so have reverted back to 13.2.4. We're using next-intl in our middleware and have the compress option set to false within our config but still the issue happens |
Beta Was this translation helpful? Give feedback.
-
I think the issue is caused by the |
Beta Was this translation helpful? Give feedback.
-
This issue is not limited to development mode, dynamic pages in production build would behave similar to development server. |
Beta Was this translation helpful? Give feedback.
-
I have Next.js v13.5.6 and in production after a while (maybe 5 hours later) from the production build only a blank website is present without any error in the dev console or in docker logs. Is anyone facing this strange issue? Thanks.
Dockerfile:
|
Beta Was this translation helpful? Give feedback.
-
Removing |
Beta Was this translation helpful? Give feedback.
-
We were using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hey,
When using following middleware in development mode (
next dev
), all routes yield blank page.If I build app (
next build
), then everything works as expected.Issue is only present since upgrading to
13.3.2
from13.2.4
.Is this a regression or I am missing something?
Thanks for helping out!
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions