v0.15.2
Dashboard Subpath Proxy Fix
Dashboard state polling now uses a relative path instead of an absolute path, fixing 404 errors when the dashboard is served behind a subpath proxy (e.g., Coder/code-server's /proxy/<port>/).
- Changed
fetch('/api/state')tofetch('api/state')in the dashboard event loop - Added a contract test to prevent regression to absolute paths
- Closes #23
Full Changelog: v0.15.1...v0.15.2