-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[v2] gatsby serve
bugs
#8080
Comments
Hi @jquense, can you please provide more information on this? Also, I'm able to successfully exit the server using |
@kakadiadarpan you're right it seems like something is funky in my env that it's not exiting. The other two issues are still relevant tho. I can hopefully throw a fix together for it |
Old issues will be closed after 30 days of inactivity. This issue has been quiet for 20 days and is being marked as stale. Reply here or add the label "not stale" to keep this issue open! |
Still relevant I believe |
Reproduce:
UPDATE: fixed in #11566 |
As best as I can tell--this fixes a few issues identified with client-only routes, without causing a regression in existing functionality. What I validated: - Client only routes work (and work on initial navigation, e.g. given dynamic path /app/1234, it works when navigated to and on initial route) - Existing routes created via SSR work - 404 routes work (and direct 404.html route) Fixes gatsbyjs#8080
…rve (#11581) As best as I can tell--this fixes a few issues identified with client-only routes, without causing a regression in existing functionality. What I validated: - Client only routes work (and work on initial navigation, e.g. given dynamic path /app/1234, it works when navigated to and on initial route) - Existing routes created via SSR work - 404 routes work (and direct 404.html route) Fixes #8080
|
Running the latest v2 rc:
this seems to be just mectrl +c
doesn't exit the servermaaaybe more, still checking
The text was updated successfully, but these errors were encountered: