-
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
Navigating issue with creating client paths plugin #4346
Comments
@varakumar1105 Can you try updating all your packages to the latest versions? |
@m-allanson : I observed that 404 page is shown till |
We configured server routing to eliminate this issue. Our server is serving 404.html when route was not found |
I'm seeing the same issue. How did you solve it? |
This was referenced Feb 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Navigating issue with creating client paths plugin. I am using components from components folder instead of creating folders in pages/page/ path.
It is rendering 404 page first and then talking to correct page in after prod build. Can you help me out of this?
Environment
Gatsby version: 1.1.34
Node.js version: v7.8.0
Operating System: Linux
File contents (if changed):
gatsby-config.js
:{
resolve:
gatsby-plugin-create-client-paths
,options: { prefixes: [
/sample-page/*
] }}
package.json
:"gatsby-plugin-create-client-paths": "1.0.5"
...
The text was updated successfully, but these errors were encountered: