Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks a lot, your advice solves my issue. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I am trying to implement similar stuff what in example-app-router-playground, but the example does not work as soon as basePath: '/baseurl', is set in next.config.mjs.
when http://localhost:3000/baseurl is, i get 404 page. if http://localhost:3000/baseurl/de, the page is rendered with errors.
I am interesting i am doing something wrong or the project requires an additional configuration?
Beta Was this translation helpful? Give feedback.
All reactions