Skip to content

v0.15.2

Choose a tag to compare

@hueyexe hueyexe released this 13 Jul 10:45
· 47 commits to main since this release

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') to fetch('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