You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that websocket connection is closed when it nothing goes through it, I see a successful attempt to reconnect but provider websocket connection on proxy is not established until client sends the 1st message and the code in DeploymentLogs.tsx does not do it. Once it establishes connection once, it then ignores attempts to send a message to websocket -> https://github.com/akash-network/console/blob/main/apps/deploy-web/src/components/deployments/DeploymentLogs.tsx#L120
The text was updated successfully, but these errors were encountered:
Why
bug
Steps to reproduce
Expected result
✅ new log entry shown
Actual result
❌ logs list is not updated
Observations
It seems that websocket connection is closed when it nothing goes through it, I see a successful attempt to reconnect but provider websocket connection on proxy is not established until client sends the 1st message and the code in
DeploymentLogs.tsx
does not do it. Once it establishes connection once, it then ignores attempts to send a message to websocket -> https://github.com/akash-network/console/blob/main/apps/deploy-web/src/components/deployments/DeploymentLogs.tsx#L120The text was updated successfully, but these errors were encountered: