Hi There,
I am having issues with the web3 auth API for my Django app. I followed the blog post below and got it working perfectly in my local environment. However when pushing to production I am coming across issues with connecting to the API.
I get the below error in my console:
Max retries exceeded with url: /challenge/request/evm (Caused by NewConnectionError(β<urllib3.connection.HTTPSConnection object at 0x3e210c225190>: Failed to establish a new connection: [Errno 113] No route to hostβ))
Does anyone know what might be causing this issue?