messense

Results 496 comments of messense
trafficstars

That said, I would recommend you to try to prerender your SPA instead of Apple/Google page.

So you SPA has the same issue?

@beyondcreed Try comment out https://github.com/bosondata/chrome-prerender/blob/master/prerender/chromerdp.py#L152 to see if it helps. Thanks! I got it work for Apple homepage.

Since `layerPainted` events are problematic, I removed it in master. Try: ```bash pip install -U https://github.com/bosondata/chrome-prerender/archive/master.zip ``` to test it.

If you encountered the same issue again, please post the logs here. Thanks!

You might want to upgrade your Chromium to latest version to avoid any issue with devtools protocol the old version might have.

Thanks! I have reproduced the problem locally, I'll try to find out what is causing it.

I see your website set `prerenderReady` to `false` but never set it to `true` which might caused the issue because we prefer to read `window.prerenderReady` over other methods. https://github.com/bosondata/chrome-prerender/blob/master/prerender/chromerdp.py#L242

@beyondcreed Try the current master, it should work with your website

`httpHeaders` in `meta` tag isn't supported. But you can set `window.prerenderStatusCode` to change status code. https://github.com/bosondata/chrome-prerender/issues/11 https://github.com/bosondata/chrome-prerender/commit/f828b494ec0de3718c22eeacba99af193ac375a2