You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good afternoon!
The problem is that I get a 500 error from the server when I upload the application to production on the hosting.
On localhost everything works fine.
Without using next-intl everything works fine on the hosting.
Verifications
I've verified that the problem I'm experiencing isn't covered in the docs.
Unfortunately, the reproduction is missing or incomplete, and as such we cannot investigate this issue. Please add a reproduction to the issue, otherwise it will be closed automatically.
To help us resolve the issue quickly, please simplify the reproduction as much as possible by removing any unnecessary code, files, and dependencies that are not directly related to the problem. The easier it is for us to see the issue, the faster we can help you.
Apart from the reproduction, make sure to include the precise steps on how to reproduce the issue, e.g.:
Open reproduction
Click on …
See error: …
Thank you for your understanding!
FAQ
"I've included a reproduction, what is missing?"
This comment might have been added because your reproduction doesn't point to a destination where the issue can be reproduced. Please make sure that the latest changes were saved in the reproduction and that the link is correct.
Description
Good afternoon!
The problem is that I get a 500 error from the server when I upload the application to production on the hosting.
On localhost everything works fine.
Without using next-intl everything works fine on the hosting.
Verifications
Mandatory reproduction URL
App Router
Reproduction description
Maybe I need to fix the server.js file or something else, since I think the problem is in path detection on my hosting.
Expected behaviour
I want my application to work in production as well as on the dev server.
The text was updated successfully, but these errors were encountered: