Skip to content

URLError Prevents Server Start Due to Network Failure when Fetching JWKS #44

@OfficialAshish

Description

@OfficialAshish

When the server cannot connect to the internet, the code fails to fetch the JWKS (JSON Web Key Set) from Auth0, and it raises a URLError with the message <urlopen error [Errno 11001] getaddrinfo failed>. This error prevents the server from starting up, making it impossible to run the application when the network is unavailable or DNS resolution fails.
When this network issue occurs, it results in an unhandled exception, causing the server startup to fail completely.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions