Error Lighthouse returned error: generic::internal: APP::1: Abnormal renderer termination, status = crashed exit_code = 1

别来无恙 提交于 2019-12-24 08:17:11

问题


While checking the website speed at Here

It throws this error:

Lighthouse returned error: generic :: internal: APP :: 1: Abnormal renderer termination, status = crashed exit_code = 1

Please can anyone tell me how this can be solved and how serious is it?


回答1:


Your website has a problem with its SSL certificate.

What (I am making an educated guess here) is happening is that Lighthouse is attempting to run the 'redirects to HTTPS' test and is throwing an error within Chrome in 'headless' mode (the browser it uses to run tests) as the site does seem to try to redirect but then fails due to a certificate problem.

Fix your SSL certificate and the site should run through PSI fine.

You can use lighthouse (the engine used by Page Speed Insights) under the 'Audits' tab of Developer Tools (F12) within Google Chrome to get your results.

I ran Lighthouse and it worked fine.



来源:https://stackoverflow.com/questions/58112927/error-lighthouse-returned-error-genericinternal-app1-abnormal-renderer-te

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!