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
Currently if a packet gets dropped in communication with the backend (frequent over wifi), the request to the backend will fail and the page will show no data. Similar to the "backend down" fix we developed, we need to send a second request if a network error occurs, ensuring we always connect to the backend if possible.
The text was updated successfully, but these errors were encountered:
Currently if a packet gets dropped in communication with the backend (frequent over wifi), the request to the backend will fail and the page will show no data. Similar to the "backend down" fix we developed, we need to send a second request if a network error occurs, ensuring we always connect to the backend if possible.
The text was updated successfully, but these errors were encountered: