-
Notifications
You must be signed in to change notification settings - Fork 4
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
nextjs with app router is not working #4
Comments
Thank you for reporting, but I am unable to reproduce your issue. I will update this project to the latest NextJS and use the app router. I am quite busy moving house at the moment so will get to it as soon as possible. |
I am providing complete example code https://github.com/learncodingforweb/wails_next_app_router . Note it is working in development mode. But when app is build, after that running app and on navigate to about page, getting error StatusCodes not supported: 404 - Not Found. Please update solution so that app can be run in production mode. |
I am running on ubuntu22.04 LTS |
If i replace nextjs frontend folder with newly create app
next_app_static_site
On navigate to About page url, getting unable to finish request: StatusCodes not supported: 404 - Not Found
But if app create without App router then, it it working fine.
Can you resolve issue with nextjs app using App Router?
The text was updated successfully, but these errors were encountered: