Refresh page on production going back to / page #32706
Unanswered
adrianhp97
asked this question in
Help
Replies: 0 comments
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.
-
Preliminary Checks
Description
Currently I deploy the project on aws-amplify. if I navigate using gatsby navigate it's working fine. but after I refresh the page, it will redirect the page to
/
. Currently I use gatsby v3.I setup the rewrite rules
</^[^.]+$|\.(?!(css|gif|ico|jpg|js|png|txt|svg|woff|woff2|ttf|map|json)$)([^.]+$)/>
to/index.html
Reproduction Link
0
Steps to Reproduce
/signup
/
...
Expected Result
Should stay on the page
Actual Result
go to
/
pageEnvironment
Config Flags
No response
Beta Was this translation helpful? Give feedback.
All reactions