-
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
[2.9.x] Client only paths refresh stopped working #14742
Comments
I made a demo site here: https://csb-ith0t.netlify.com/test/product/ navigate to one of single product page and refresh it... you'll redirect to the previous list page. The issue happen in production build only! |
I try to update to the latest 2.9.3 version but it's the same: I think is due to the new
|
@valse can we reproduce it with https://github.com/gatsbyjs/gatsby/tree/master/examples/client-only-paths? Thanks for filling this bug |
Hi @wardpeet... I reproduced it in this codesandbox and published to netlify (I added the If you refresh one of next pages, it will be redirected to the first one. |
any workaround on this ? |
Sorry for the inconvenience. The only workaround is to lock gatsby on version 2.8.8. |
Hopefully addressed by #15010 |
Fixed and published in |
Hi,
from the 2.9.0 version if I try to navigate directly to one of client page path like "/product/123/", I'm redirected to the base "/product/" url: the same if I refresh the browser from the "/product/123/" page.
The text was updated successfully, but these errors were encountered: