Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

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

Closed
yash9919 opened this issue Oct 6, 2021 · 2 comments

Comments

@yash9919
Copy link

yash9919 commented Oct 6, 2021

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

@zehawki
Copy link

zehawki commented Aug 29, 2022

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.

@AVGP
Copy link
Collaborator

AVGP commented Oct 6, 2022

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

@AVGP AVGP closed this as completed Oct 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants