Hi, i have a local application working fine., but when i make deploy to Azure dont work. THe websocket of the browser dont connect.
Previously, it works with Redis.
Any help here.
2024-05-17T16:06:29.002873776Z �[41m�[30mfail�[39m�[22m�[49m: Middleware[3]
2024-05-17T16:06:29.002921076Z Opening destination socket to ws://169.254.130.2:8000/ws/chat/aaaaaaaaaaaaaa/ failed. Reason: Unable to connect to the remote server.
2024-05-17T16:06:29.003335180Z �[41m�[30mfail�[39m�[22m�[49m: Middleware[0]
2024-05-17T16:06:29.003359181Z Failed to forward request to http://169.254.130.2:8000. Encountered a System.Net.WebSockets.WebSocketException exception after 4113.058ms with message: Unable to connect to the remote server. Check application logs to verify the application is properly handling HTTP traffic.
The application logs show the following information:
RecursionError: maximum recursion depth exceeded while calling a Python object
Hi, i have a local application working fine., but when i make deploy to Azure dont work. THe websocket of the browser dont connect.
Previously, it works with Redis.
Any help here.
2024-05-17T16:06:29.002873776Z �[41m�[30mfail�[39m�[22m�[49m: Middleware[3]
2024-05-17T16:06:29.002921076Z Opening destination socket to ws://169.254.130.2:8000/ws/chat/aaaaaaaaaaaaaa/ failed. Reason: Unable to connect to the remote server.
2024-05-17T16:06:29.003335180Z �[41m�[30mfail�[39m�[22m�[49m: Middleware[0]
2024-05-17T16:06:29.003359181Z Failed to forward request to http://169.254.130.2:8000. Encountered a System.Net.WebSockets.WebSocketException exception after 4113.058ms with message: Unable to connect to the remote server. Check application logs to verify the application is properly handling HTTP traffic.
The application logs show the following information:
RecursionError: maximum recursion depth exceeded while calling a Python object