netlify / netlify-plugin-gatsby

A build plugin to integrate Gatsby seamlessly with Netlify

Home Page:https://www.npmjs.com/package/@netlify/plugin-gatsby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby SSR pages returns 404 when deployed to Netlify

dcheepurupalli opened this issue · 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