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
In public/dashboard/src/App.js, an internal IP address (10.211.2.18) is hard coded into the example for determining which WebSocket to connect to. This address should instead be dynamic based on where the dashboard is loaded - ideally, using window.location.origin to auto detect the correct value if the dashboard is hosted on the same device connected to the RVR.
The text was updated successfully, but these errors were encountered:
In public/dashboard/src/App.js, an internal IP address (10.211.2.18) is hard coded into the example for determining which WebSocket to connect to. This address should instead be dynamic based on where the dashboard is loaded - ideally, using window.location.origin to auto detect the correct value if the dashboard is hosted on the same device connected to the RVR.
The text was updated successfully, but these errors were encountered: