DEV Community

Discussion on: 5 issues I encountered while converting a create-react-app to SSR (and how I solved them)

Collapse
 
shovelend profile image
Attila Molnar

Hello Daniel, nice article, had it in my bookmarks and proved to be very useful.
I started using Next.JS to go SSR and it's great with Firebase. However, after releasing my changes, I noticed that Google can't index my site anymore, bailing out with an Internal Error if the user-agent is set to googlebot.
I tried setting the user-agent on your site too to googlebot and I am seeing the same behaviour. Are you aware of this issue? I'd really like to fix it for my site, it's deemed to be SEO friendly.

Thanks,
Attila

Collapse
 
coderdan profile image
Daniel Mathieu

Hi Attila, thanks for your question. I haven't specifically encountered that issue, but I highly recommend you contact the NextJS team about this issue. Tim Neutkens is the lead dev and he's very responsive on Twitter. His handle is @timneutkens .

Thanks for reading the article! If you can't get help from the NextJS team I'd be glad to help you out.