Fix redirect loop by using dummy albums domain

Instead of trying to match the albums host with current host
(which always fails in path-based routing), use a dummy domain
'albums.localhost.invalid' that will never match the actual host.
This prevents the automatic redirect to /shared-albums.

Version bump to 0.3.2
This commit is contained in:
2025-10-21 20:56:27 -06:00
parent 6d3aaf7277
commit aaee86823e
3 changed files with 2 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
"contactEmail": "contact@ente.io",
"website": "https://ente.io",
"tagline": "Open source, end-to-end encrypted photo backup",
"version": "0.3.1",
"version": "0.3.2",
"upstreamVersion": "git-main",
"healthCheckPath": "/health",
"httpPort": 3080,