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

Return 500 http error, instead of 200, when dotenv fails to load #45235

Merged
merged 2 commits into from Dec 9, 2022
Merged

Return 500 http error, instead of 200, when dotenv fails to load #45235

merged 2 commits into from Dec 9, 2022

Commits on Dec 8, 2022

  1. Return 500 http error, instead of 200

    When dotenv fails, the response on http is always 200.
    
    Because of 200 response, alerts might not be triggered, and data will be cached :(
    cosminardeleanu committed Dec 8, 2022
    Copy the full SHA
    de118c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Copy the full SHA
    7f271d1 View commit details
    Browse the repository at this point in the history