Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: show lighthouse runtime error when re-queuing failed routes #250

Conversation

adamkoppede
Copy link
Contributor

For me, an absent NODE_EXTRA_CA_CERTS environment variable caused the lighthouse tasks to fail due to invalid TLS certificates after an upgrade in a containerized environment. In that case, the existing error message wasn't helpful, because the same URL worked fine on the host where the certificate was correctly installed and picked up.

For me, an absent NODE_EXTRA_CA_CERTS environment variable caused the
lighthouse tasks to fail due to invalid TLS certificates after an
upgrade in a containerized environment. In that case, the existing error
message wasn't helpful, because the same URL worked fine on the host
where the certificate was correctly installed and picked up.
Copy link

netlify bot commented Nov 6, 2024

👷 Deploy request for unlighthouse-crux-api pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 05e92c8

@adamkoppede
Copy link
Contributor Author

I don't think my issue was related to #203, because there the route is eventually successful after some failed attempts. This wasn't the case for my TLS certificate mis-configuration. But this change may help anyways, if lighthouse sets the runtime error field there.

@harlan-zw harlan-zw changed the title feat: display lighthouse runtime error when re-queuing failed routes fix: show lighthouse runtime error when re-queuing failed routes Nov 6, 2024
@harlan-zw
Copy link
Owner

Good idea, thanks! Will get a release out a bit later today most likely.

@harlan-zw harlan-zw merged commit b871d03 into harlan-zw:main Nov 6, 2024
@adamkoppede adamkoppede deleted the feature/log-lighthouse-runtime-error-messages branch November 6, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants