harlan-zw / unlighthouse

Scan your entire site with Google Lighthouse in 2 minutes (on average). Open source, fully configurable with minimal setup.
https://unlighthouse.dev
MIT License
3.65k stars 105 forks source link

CI scans failing since v0.11.6 #210

Closed ivanmihaljevicdiageo closed 2 months ago

ivanmihaljevicdiageo commented 2 months ago

Describe the bug

Since the release of v0.11.6 I've noticed this Node error:

Screenshot 2024-04-22 at 15 03 27

Similarly to #204, there is no pattern. With same code and same content, scan sometimes works, sometimes fails.

In config file, there are 2 extra headers used for bypassing Vercel authentication: extraHeaders: { 'x-vercel-protection-bypass': 'bypass-token', 'x-vercel-skip-toolbar': '1' },

Reproduction

No response

System / Nuxt Info

No response