Fix Release
This release fixes a bug that prevented the web UI from loading in v4.0.8-v4.0.10.
Fixed
- Frontend redirect loop - The web UI would get stuck in an infinite redirect loop showing
ERR_TOO_MANY_REDIRECTS
- Binary now correctly locates frontend files relative to its installation location
- Added fallback paths for common installation directories
Technical Details
The issue was caused by the binary looking for frontend files relative to the current working directory instead of relative to the binary location. When installed in /opt/pulse
but run from elsewhere, the frontend files couldn't be found, causing a redirect loop.
Upgrade Instructions
# For existing installations
cd /opt/pulse
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/scripts/install.sh | bash
# Or manually download the appropriate binary for your architecture
Checksums
See checksums.txt in release assets