Skip to content
Discussion options

You must be logged in to vote

This was fixed implementing the new way to use the reach-router as described here removing the content on the file gatsby-node.js about onCreatePage.

I create a file called [...].js under pages directory and added this config on the nginx configuration file:

        location / {
                try_files $uri /[...]/index.html;
        }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alienriquebm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #33402 on October 04, 2021 06:58.