[Router Configuration] Deploying Next.js app, router doesn't work as in dev mode. #13348
-
I am building Next.js app with a custom server. As mentioned previously I use custom server and my
My
And in my
When I run my app with How can I deploy my app, which is configured that way, do I need to make some configuration into the Thank you for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Setting routes in
|
Beta Was this translation helpful? Give feedback.
Setting routes in
now.json
solved my problem and seems to work perfectly.