-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 Error when accessing Dashboard #143
Comments
@MarianRaphael What is meant by " when a user connects to a device via Websocket" ? Do you mean when accessing the Device editor access via the FlowForge tunnel? |
Via FlowForge |
Still not clear, do you mean when accessing the devices' editor? |
Yes |
Based on the screenshot it appears the link in the NR Dashboard sidebar for opening the dashboard is However, when accessed via the proxy, the 'true' URL needs to include the full proxy path as a prefix. The problem is Node-RED Dashboard has no knowledge that it is being accessed through our proxy tunnel and doesn't know it needs to include any other prefix to the path. I don't immediately see a way around this. |
It's just an idea 😅 When creating the popup with the editor tunnel url, a parameter can be added at the end of this url ( const tunnelUsed = document.URL.endWith("&tunnelUsed=true");
// then use document.URL to get the full path
// or use a parameter containing full path directly |
Description
Currently, when a user connects to the device Editor via FlowForge and attempts to access their configured dashboard, they encounter a 404 error. This issue prevents users from seamlessly accessing the dashboard
User Story
As a FlowForge user who frequently uses the Dashboard on Devices,
I want to be able to directly access my configured dashboards when I connect to a device via FlowForge,
So that I can efficiently monitor and manage my devices without encountering any 404 errors or disruptions.
The text was updated successfully, but these errors were encountered: