Hello,
I used the Quickstart script on a headless Linux container to install the server, and everything seems to be successful. However, once I attempt to log into the web application on port 3000 as the post-installation docs instruct, I receive the "Something went wrong" error. I have attached a screenshot of the browser console errors. Any advice would be great!
Some notes about my setup:
- The server is setup on a headless container, meaning it is not possible to access http://localhost:3000
- I only want local access to ente photos (no access to ente from the internet)
- I have a local DNS domain, here listed as localdomain.lcl.
- The IP address of the ente server has a local DNS record, meaning the ente IP address is accessible at ente.localdomain.lcl
In an attempt to solve the issue, I have attempted modifying the following in compose.yaml.
environment:
ENTE_API_ORIGIN: http://ente.localdomain.lcl:8080
ENTE_ALBUMS_ORIGIN: https://ente.localdomain.lcl:3002
ENTE_PHOTOS_ORIGIN: http://ente.localdomain.lcl:3000