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
For preventing the requests, we can add a hostname check for this scenario (cameraAsset.hostname corresponds to the ip address field).
For (2), the error notification is coming from fireRequest (getStreamToken, calling operateAsset):
But for this api call, backend is sending a detail object as data.
On a side note, I was testing with a random IP address (expecting a 500 response), however that doesn't trigger further API calls as error.response is not being returned in fireRequest. Should we not change that?
Resp is undefined so it won't called onError function.
Describe the bug
When you open the camera asset configuration page, and stay on that page for 5 seconds, you keep on receiving an "Object Object" error in the frontend
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
The text was updated successfully, but these errors were encountered: