[SOLVED] Auth API issues with Django In Production

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?

What sort of environment or provider is your production/deploy in? You’ll have to consider any differences between local and production e.g. routing.

Thanks for the fast response!

I am running on Google Cloud Run. I found the issue, you were right - it was to do with routing.