rendertron
rendertron copied to clipboard
Website has css missing and API calls don't get fulfilled when rendering it through Rendertron
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?
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.
In general, as we're deprecating the project, you should look into alternative approaches to rendering on the web.