Ente CommunityEC
Ente Communityโ€ข2mo agoโ€ข
7 replies
lambda2f

Upload failed - Domaine name - IPV6

Hey!

Im currently setting up my Ente server : Raspberry 4 (8Go) + NASPi case + X-C1 + X823 + SSD 1To.

Right now, at home (private network), all is up and running.

I have read about the reverse-proxy in the documentations (Caddy) to access the server from internet.

I have a domain name with AAAA record (ipv6).

I set up new conf in compose.yaml, museum.yaml and /etc/caddy/Caddyfile.

When i try to upload photo, i got the following error from museum docker container :
museum-1    | ERRO[10785]file.go:153 Create Could not find size of file: id1/id2
museum-1    | ERRO[10785]handler.go:51 Error Request failed                                error= --- at /etc/ente/pkg/api/file.go:56 (FileHandler.CreateOrUpdate) ---
museum-1    | Caused by:  --- at /etc/ente/pkg/controller/file.go:911 (FileController.sizeOf) ---
museum-1    | Caused by: RequestError: send request failed
museum-1    | caused by: Head "https://mydomain/b2-eu-cen/ide1/ide2": dial tcp [::ipv6-address of raspberrypi ::]:443: connect: network is unreachable

In the browser, the XHR POST request to api URL returns error code 503.

From what I understand, the museum service receives a XHR request with a HEAD URL that is unable to find (network is unreachable).

Is there a way to tell Museum to rewrite https://mydomain to http://localhost:3200 ?

Thanks
Was this page helpful?