Chrome Lighthouse 403 forbidden on production server

Viewed 393

I am trying to run Chrome lighthouse on my production server. It stops returning error saying Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Status code: 403).

It is working fine in my local and staging setup servers. Servers hosted on AWS and cloudflare as firewall

1 Answers

This is kind of frequent problem developers faces during production on a server with higher loading time, to summarize: It occurs because of the following issues:

  • Unresponsive server
  • Unstable/Slow internet connection.

Please try to rerun the test then it will work.

Related