Fix UI 404 on page refresh at /instance
Summary
- Remove
instancefrom the nginx regex proxy location inui/packages/ce/nginx.conf - The regex was catching SPA routes (
/instance,/instance/clones, etc.) and proxying them to the DLE backend instead of servingindex.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)