-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrites behavior #13353
Comments
@Timer can you say something about the state of the corresponding RFC? Are there any serious work going on here? What about the experimental state? Is it near to stable or you are still trying out things under the hood, still a chance it will be dropped entirely? I am most curious of handling i18n with translated urls(not prepending with a language code, but actually translating parts of the url). Just curious. Please mark as off topic if needed. |
Closing as fixed in vercel/vercel#4484 |
@balazsorban44 the intent is to get this to stable ASAP. There's no ETA, but we're actively working on it. |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
I am using the following next config to rewrite dynamic urls to the next page
pages/post/[id]
, which works great on my local machine (using [email protected])However, when I deploy the app to vercel I get an 404 for these routes. I am further confused with vercel routes (https://vercel.com/docs/configuration#project/routes) and rewrites (https://vercel.com/docs/configuration#project/rewrites).
Which solution should be used when hosting next.js on vercel?
Originally posted by @joafeldmann in #13347
The text was updated successfully, but these errors were encountered: