Ente CommunityEC
Ente Communityโ€ข4w agoโ€ข
1 reply
nomadMonk

Facing issue with album public share link

Little Backround
I am self hosting ente photos as docker container. Initially gave below domains as app domains
ENTE_API_ORIGIN: "https://api.ente.monishkarthik.space"
ENTE_ALBUMS_ORIGIN: "https://albums.ente.monishkarthik.space"
public sharing was working fine with above setup.

Now
changed domains as below, due to wildcard certificate restrictions with cloudflare tunnel free tier
ENTE_API_ORIGIN: "https://ente-api.monishkarthik.space"
ENTE_ALBUMS_ORIGIN: "https://ente-albums.monishkarthik.space"

photos application works fine, I can login across multiple devices and access them.
But public links which i generate are landing me to the login page, and there i can see server end point is still pointing to the old domain.

I tried pruning containers, recreate them, removed docker volume for web, still old domain getting persisted,

Seeking help to troubleshoot this issue.
Screenshot_2025-12-26_at_1.33.39_PM.png
Was this page helpful?