mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-20 10:18:25 +00:00
e77b4ed8f4
The issue was that the binary was looking for frontend files relative to the current working directory instead of relative to the binary location. This caused a redirect loop when the binary was installed in /opt/pulse but run from elsewhere. Fixed by: - Making the binary detect its own location and look for frontend files there - Adding fallback paths for common installation locations - Logging where frontend files are being served from for debugging