-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
app-nuxt after build and yarn start, all pages and all route will be 404, in yarn dev work fine! #3402
Comments
|
I found use custom server can fix this issue.
project work fine like before keytonejs 12.0. |
I am getting this error too (404 NOT FOUND) on GET /admin. I am using Postgres inside Docker, but I don't think that can be related. |
I could finally solve this issue, but So in order to solve the problem you just need Curiosly this not happens in development mode. NOTE: I have created a project about a 2 weeks ago with CLI but it seems some packages installed have old versions which causes errors. In other words, the project installed with CLI is not ready to use right away (at least for me). |
@joselcvarela my issue i think maybe /packages/keystone/bin/commands updated cause it. few days ago dev.js and start.js update, and update keystone to 13.0 will cause my issue, in production nuxt-app not start in keystone server, maybe connect middleware fail. I use custom server, and use apps in middleware solved this issue. |
It looks like there hasn't been any activity here in over 6 months. Sorry about that! We've flagged this issue for special attention. It wil be manually reviewed by maintainers, not automatically closed. If you have any additional information please leave us a comment. It really helps! Thank you for you contribution. :) |
Keystone 5 has officially moved into active maintenance mode as we push towards the next major new version Keystone Next, you can find out more information about this transition here. In an effort to sustain the project going forward, we're cleaning up and closing old issues such as this one. If you feel this issue is still relevant for Keystone Next, please let us know. |
after update keystonejs to 13.0, app-nuxt build and start will cause this error.
all route and all pages will be 404 like screenshot.
but in develop (yarn dev) , nuxt work fine. i think this maybe keystone in production not start nuxtjs server.
The text was updated successfully, but these errors were encountered: