Skip to content

Immich: v2.7.2#13579

Merged
CrazyWolf13 merged 5 commits intocommunity-scripts:mainfrom
vhsdream:v2.7.0
Apr 8, 2026
Merged

Immich: v2.7.2#13579
CrazyWolf13 merged 5 commits intocommunity-scripts:mainfrom
vhsdream:v2.7.0

Conversation

@vhsdream
Copy link
Copy Markdown
Member

@vhsdream vhsdream commented Apr 7, 2026

✍️ Description

  • Pins Immich to v2.7.2
  • Implements new Content Security Policy by default in new & existing installs
  • Upstream fixes

🔗 Related Issue

Fixes #

✅ Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

@vhsdream vhsdream self-assigned this Apr 7, 2026
@github-actions github-actions bot added the update script A change that updates a script label Apr 7, 2026
@vhsdream vhsdream force-pushed the v2.7.0 branch 2 times, most recently from e735e2f to fc59bc4 Compare April 7, 2026 19:55
@vhsdream vhsdream changed the title Immich: v2.7.0 Immich: v2.7.1 Apr 7, 2026
@vhsdream vhsdream changed the title Immich: v2.7.1 Immich: v2.7.2 Apr 7, 2026
@vhsdream vhsdream marked this pull request as ready for review April 8, 2026 01:00
@vhsdream vhsdream requested a review from a team as a code owner April 8, 2026 01:00
@CrazyWolf13 CrazyWolf13 merged commit c508347 into community-scripts:main Apr 8, 2026
4 checks passed
@qckpt
Copy link
Copy Markdown

qckpt commented Apr 8, 2026

Web UI Stuck on Loading Screen After Update to v2.7.2

Here are my observations:

Local Access: When accessing via the local address, the Immich logo just keeps spinning and nothing loads. This happens across all devices and browsers.
External Access: If I open it through my external setup (nginx proxy -> Cloudflare domain), it loads successfully. This suggests the issue might indeed be related to HTTPS.

@MickLesk
Copy link
Copy Markdown
Member

MickLesk commented Apr 8, 2026

image image

Logs, Services (systemctl / journalctl), Browserconsole and co.

@vhsdream vhsdream deleted the v2.7.0 branch April 8, 2026 13:48
@Borderlane-HA
Copy link
Copy Markdown

Web UI Stuck on Loading Screen After Update to v2.7.2

Here are my observations:

Local Access: When accessing via the local address, the Immich logo just keeps spinning and nothing loads. This happens across all devices and browsers. External Access: If I open it through my external setup (nginx proxy -> Cloudflare domain), it loads successfully. This suggests the issue might indeed be related to HTTPS.

temp. fix:

Set IMMICH_HELMET_FILE to false and restart Immich.

Run these commands inside the LXC:

sed -i 's/^IMMICH_HELMET_FILE=true/IMMICH_HELMET_FILE=false/' /opt/immich/.env
systemctl restart immich-web
systemctl restart immich-ml
if [ -f /etc/systemd/system/immich-proxy.service ]; then systemctl restart immich-proxy; fi

Then verify it changed:

grep IMMICH_HELMET_FILE /opt/immich/.env

It should return:

IMMICH_HELMET_FILE=false

After that, refresh the browser or test again in an incognito window.

@qckpt
Copy link
Copy Markdown

qckpt commented Apr 8, 2026

Web UI Stuck on Loading Screen After Update to v2.7.2
Here are my observations:
Local Access: When accessing via the local address, the Immich logo just keeps spinning and nothing loads. This happens across all devices and browsers. External Access: If I open it through my external setup (nginx proxy -> Cloudflare domain), it loads successfully. This suggests the issue might indeed be related to HTTPS.

temp. fix:

Set IMMICH_HELMET_FILE to false and restart Immich.

Run these commands inside the LXC:

sed -i 's/^IMMICH_HELMET_FILE=true/IMMICH_HELMET_FILE=false/' /opt/immich/.env systemctl restart immich-web systemctl restart immich-ml if [ -f /etc/systemd/system/immich-proxy.service ]; then systemctl restart immich-proxy; fi

Then verify it changed:

grep IMMICH_HELMET_FILE /opt/immich/.env

It should return:

IMMICH_HELMET_FILE=false

After that, refresh the browser or test again in an incognito window.

It works, thank you!!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix feature update script A change that updates a script

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants