microapps / gatsby-plugin-react-i18next

Easily translate your Gatsby website into multiple languages
MIT License
121 stars 72 forks source link

Non-existing page 200 status code in network tab #97

Open woutzah opened 3 years ago

woutzah commented 3 years ago

Hello there,

I think i might have found a bug. Not too sure if it's solvable with additional configuration, but this is what happens. Whenever we go to an url withouth the language param included in the url (localhost:8000/random) we get a 404 error as expected in the network tab. image

But when i do include the language param (/en/) we get a 200 status (even tho the page doesn't exist). image

Thanks for collaborating & keep up the good work!