Replies: 1 comment
-
Hi! You'll need to use |
Beta Was this translation helpful? Give feedback.
0 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
The first initial render of the website for hostname//discount/:discountCode displays a 404 for a split second before the Product Component is rendered.
I referred to this thread as well but after adding
gatsby-plugin-netlify
I started getting this error:Cannot destructure property
RawSourceof 'undefined' or 'null'.
Reproduction Link
https://deploy-preview-166--hathaspace.netlify.app/discount/welcome
Steps to Reproduce
Expected Result
The URL should show the loader and then route the user back to the homepage. ie. back to this home page https://deploy-preview-166--hathaspace.netlify.app/
Actual Result
The URL displays the
404
page for a split second and then how the loader and then route the user back to the homepage.Environment
Config Flags
No response
Beta Was this translation helpful? Give feedback.
All reactions