You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should I keep trying to use Splash as a rendering service or it can be a better option to use something different?
Does anyone have a guess why this happens with React apps?
The text was updated successfully, but these errors were encountered:
Splash cannot render single page applications.
In fact, Splash only receives the view source and does not understand the html that is created by JavaScript.
We used to use Splash before, but because it is no longer updated and also does not support SPA, we use playwright. Playwright is both simple and can be used in Python.
Hey!
I'm trying to render this https://app.adapty.io/login page but facing some strange behavior. I'm getting a blank white page as a response:
My lua function:
After doing some research I've found some interesting related to my problem reports:
React website showing a blank white page and no content
Scrapy-splash not rendering dynamic content from a certain react-driven site
But there is still no context here.
Should I keep trying to use Splash as a rendering service or it can be a better option to use something different?
Does anyone have a guess why this happens with React apps?
The text was updated successfully, but these errors were encountered: