rendertron icon indicating copy to clipboard operation
rendertron copied to clipboard

Website has css missing and API calls don't get fulfilled when rendering it through Rendertron

Open yash9919 opened this issue 3 years ago • 1 comments

We want to integrate rendertron with our React application for SEO optimisation and we were checking how rendentron renders the application - https://render-tron.appspot.com/render/http://uranai.rakuten.co.jp/

Seems like it is not able to load some css files and API calls to our backend services are also failing as I can see error messages.

What could be the reason behind this behaviour and how can we fix it? Screenshot 2021-10-06 at 9 32 16 AM

yash9919 avatar Oct 06 '21 04:10 yash9919

Seems like it is not able to load some css files

You can open the generated HTML in some editor. You may see that it links to the current CSS bundle from existing website. After a while, this CSS bundle may no longer be available on your website, since the hash may have changed with a rebuild. Perhaps this is the issue.

Note that for SEO (spiders, crawlers), the CSS being present or not should have no significance.

zehawki avatar Aug 29 '22 13:08 zehawki

In general, as we're deprecating the project, you should look into alternative approaches to rendering on the web.

AVGP avatar Oct 06 '22 07:10 AVGP