Replies: 1 comment 3 replies
-
|
Running into this same issue when updating to gatsby v4 => v5 |
Beta Was this translation helpful? Give feedback.
3 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Preliminary Checks
Description
client-only router always goes to 404 page.
any
Linkcomponent fromgatsbyor@reach/routerare not worksmy code is below:
it always returns page like this
Reproduction Link
Steps to Reproduce
Expected Result
Actual Result
Environment
System: OS: macOS 12.1 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Shell: 3.2.57 - /bin/bash Binaries: Node: 19.3.0 - /usr/local/bin/node Yarn: 1.22.10 - /usr/local/bin/yarn npm: 9.2.0 - /usr/local/bin/npm Languages: Python: 2.7.18 - /usr/bin/python Browsers: Chrome: 111.0.5563.64 Edge: 111.0.1661.41 Firefox: 102.0 Safari: 15.2 npmPackages: gatsby: ^5.5.0 => 5.5.0 gatsby-plugin-emotion: ^8.3.0 => 8.3.0 gatsby-plugin-image: ^3.5.0 => 3.5.0 gatsby-plugin-manifest: ^5.3.1 => 5.3.1 gatsby-plugin-react-helmet: ^6.5.0 => 6.5.0 gatsby-plugin-react-svg: ^3.3.0 => 3.3.0 gatsby-plugin-robots-txt: ^1.8.0 => 1.8.0 gatsby-plugin-s3: ^0.3.8 => 0.3.8 gatsby-plugin-sharp: ^5.5.0 => 5.5.0 gatsby-plugin-sitemap: ^6.5.0 => 6.5.0 gatsby-source-filesystem: ^5.5.0 => 5.5.0 gatsby-transformer-sharp: ^5.5.0 => 5.5.0 npmGlobalPackages: gatsby-cli: 5.3.1Config Flags
Beta Was this translation helpful? Give feedback.
All reactions