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, it does not seem to be possible to receive an error from the VNC websocket API endpoint. The library used in our frontend doesn't return the response body. We could add some kind of preflight request using the regular useApi hook and only open the websocket connection, if that succeeds.
A downside to this is, that the request would take a considerable amount of time to complete, due to the RAPI being as slow as it is.
The text was updated successfully, but these errors were encountered:
Currently, it does not seem to be possible to receive an error from the VNC websocket API endpoint. The library used in our frontend doesn't return the response body. We could add some kind of preflight request using the regular
useApi
hook and only open the websocket connection, if that succeeds.A downside to this is, that the request would take a considerable amount of time to complete, due to the RAPI being as slow as it is.
The text was updated successfully, but these errors were encountered: