This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+1 more
Affected surfaces
Summary
AI summaryFixed Live View authentication error on HTTP installations by including credentials in frame polling requests.
Full changelog
Full Changelog: https://github.com/spupuz/VibeNVR/compare/v1.20.0...v1.20.1
🐛 Bug Fixes
- Live View AUTH ERROR on HTTP installations — The camera frame polling requests were missing
credentials: 'include', which prevented the browser from sending themedia_tokenHttpOnly cookie. This caused persistent401 Unauthorizederrors and the "AUTHENTICATION ERROR / INVALID PASSWORD" overlay on all cameras when accessing VibeNVR over plain HTTP (local LAN without a reverse proxy). HTTPS installations were generally unaffected.
📦 What Changed
| File | Change |
|------|--------|
| frontend/src/pages/LiveView.jsx | Added credentials: 'include' to frame fetch |
| frontend/package.json | Version bump 1.20.0 → 1.20.1 |
| backend/package.json | Version bump 1.20.0 → 1.20.1 |
⬆️ How to Update
docker compose -f docker-compose.prod.yml pull
docker compose -f docker-compose.prod.yml down
docker compose -f docker-compose.prod.yml up -d
No .env changes required for this update.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About spupuz/VibeNVR
All releases →Related context
Related tools
Earlier breaking changes
- v1.28.3 Must update docker-compose.yml with TZ variable for all services
Beta — feedback welcome: [email protected]