You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to test the compatibility of the latest version of Gatsby with Netlify and followed all the steps in the Gatsby documentation and on this plugin's readme page.
Gatsby functions and my SSR test page are working, but accessing one of the DSG pages throws a 500 error. There is nothing logged to the __dsg function log in the Netlify dashboard.
Debugging locally with "netlify dev", all pages are working as expected.
Steps to reproduce
Create a new Netlify site
Set build image and environment variable as documented on this plugin's readme page
The rendered page shows up. Which is what happens locally with netlify dev.
Environment
If it helps, my test site on Netlify is https://youthful-fermi-41f243.netlify.app/. (Gets flagged as malicious by Google Chrome, I don't know why. I just created it the other day).
Hey! Thanks for the report. That should be fixed in the latest verison of the build plugin. Run npm add -D @netlify/plugin-gatsby@beta to update it. If it doesn't work first time, clear the cache and deploy again.
Describe the bug
I wanted to test the compatibility of the latest version of Gatsby with Netlify and followed all the steps in the Gatsby documentation and on this plugin's readme page.
Gatsby functions and my SSR test page are working, but accessing one of the DSG pages throws a 500 error. There is nothing logged to the __dsg function log in the Netlify dashboard.
Debugging locally with "netlify dev", all pages are working as expected.
Steps to reproduce
Expected behavior
The rendered page shows up. Which is what happens locally with
netlify dev
.Environment
If it helps, my test site on Netlify is https://youthful-fermi-41f243.netlify.app/. (Gets flagged as malicious by Google Chrome, I don't know why. I just created it the other day).
I don't know why non-existent routes return 500's as well and if this is part of the problem. Netlify doesn't seem to provide any logs for this.
Can you submit a pull request?
No. I cannot even see the actual error in the logs.
The text was updated successfully, but these errors were encountered: