Problem
The "OctoPrint" button in Obico's control panel (opens the printer's web UI via tunnel) does not work. Clicking it shows no UI or an error.
Context
- SentryBridge identifies as an OctoPrint agent (
moonraker_obico identity)
- The
http.tunnelv2 handler forwards /api/* requests (implemented in v1.1.0)
- The button likely tries to load the full OctoPrint UI — this flow is not covered
To Investigate
- What exactly does Obico send when the button is clicked? (analyze WebSocket message)
- Does Obico expect a full OctoPrint HTML UI or is a redirect to the SentryBridge UI sufficient?
- Is a simple redirect to
http://<bridge-host>:<PORT>/ enough?
Problem
The "OctoPrint" button in Obico's control panel (opens the printer's web UI via tunnel) does not work. Clicking it shows no UI or an error.
Context
moonraker_obicoidentity)http.tunnelv2handler forwards/api/*requests (implemented in v1.1.0)To Investigate
http://<bridge-host>:<PORT>/enough?