is there any way to make it work on app router without using a middleware? #315
Unanswered
marco-digennaro
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello, maybe im not the first one who wasn't aware of the restriction about middleware on vercel deploy.
i get the following error:
Error: The Edge Function "middleware" is referencing unsupported modules:
14:54:45.189 | - middleware.js: next-intl/middleware
14:54:47.289 | NOW_SANDBOX_WORKER_EDGE_FUNCTION_UNSUPPORTED_MODULES: The Edge Function "middleware" is referencing unsupported modules: - middleware.js: next-intl/middleware
is there any way to make it work on app router without using a middleware?
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions