Fix UI 404 on page refresh at /instance

Summary

  • Remove instance from the nginx regex proxy location in ui/packages/ce/nginx.conf
  • The regex was catching SPA routes (/instance, /instance/clones, etc.) and proxying them to the DLE backend instead of serving index.html, causing a 404 on page refresh
  • The actual API endpoints (/instance/retrieval, /instance/logs) remain reachable via the /api/ and /ws/ proxy locations

Closes #693 (closed)

Merge request reports

Loading