Replies: 3 comments
-
Seeing this same issue since the latest |
Beta Was this translation helpful? Give feedback.
-
I don't think this has to do with that, I've identified it to a Typography component in another issue over at MUI (mui/material-ui#29072). |
Beta Was this translation helpful? Give feedback.
-
You most probably can debug this locally by running |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Preliminary Checks
Description
I developed using
gatsby develop
locally and made sure everything worked perfectly. Then I git-pushed, merged to master, which automatically deployed the site through Netlify.In production, the site is just broken. The content renders then disappears, but if you navigate to /blog and back to home page (using the navigation bar above) you'll see that the content is back, the font color effects are gone, and the layout is wrong.
I have no idea where to even start debugging this as I've never encountered anything remotely close to this.
Reproduction Link
https://github.com/fterh/fabianterh.me
Steps to Reproduce
yarn develop
Expected Result
Development and production should look and act identically
Actual Result
Development works perfectly but production is broken
Environment
Config Flags
No response
Beta Was this translation helpful? Give feedback.
All reactions