netlify/netlify-plugin-gatsby

Gatsby SSR pages returns 404 when deployed to Netlify

dcheepurupalli opened this issue · 3 comments

Gatsby SSR page returns 404 error when deployed to Netlify. Locally, it works as expected.

Repo : https://github.com/dcheepurupalli/gatsby-starter-rendering-modes
Netlify URL: https://reverent-johnson-e551da.netlify.app
SSR Page : https://reverent-johnson-e551da.netlify.app/ssr

Hi @dcheepurupalli
Have you installed gatsby-plugin-netlify? It's required for SSR to work

No @ascorbic. Added just now and it's working now. Thank you so much.

Great! Thanks for letting me know