#connect ECONNREFUSED 127.0.0.1:3001 - ECONNREFUSED
1 messages ยท Page 1 of 1 (latest)
Check the server container's logs. It probably hasn't started correctly
Intel Pentium(R) CPU B960 @ 2.20GHz ร 2 /8g ram I know it's very old but I'm trying to recycle it into something useful๐
I'll check now thanks
I mean what is your docker-compose and .env files looks like
I just fixed this issue myself, when i was getting this error i had "immich" in the DB name when it was actually "Immich"
sorry I'm very noob, I used all-in-one installer from Github Repository so I can't tell you very well
I'll try now, thanks for your suggestion
I tried but nothing changes
I'm using casaOS, it has a function to import Docker Compose I import the docker and install it then I put the port 8080 and open the link to the docker url
Did you check the logs? What did they say?
Having a quick poke around their demo, it seems like the compose import functionality doesn't work properly
If you went that route, you likely don't actually have any of the Immich parts running at all
i just did it, tons of mistakes i don't understand
exactly I did this
Yeah that won't work
do i have to start it manually or what?
You have two options; either add every Immich container to casaOS manually and configure them so they can reach eachother, or run the docker-compose some other way (from CLI, via portainer, etc)
i tried to install it without using casaOS directly with docker compose "manually" but i get this error after starting containers:
ERROR: Named volume "absolute_location_on_your_machine_where_you_want_to_store_the_backup:/usr/src/app/upload:rw" is used in service "immich-machine-learning" but no declaration was found in the volumes section.
You need to edit the .env file
I also tried with CLI but nothing happens
I did it
Did you set UPLOAD_LOCATION in the .env to your preferred location for storing backup assets?
yes
Can you paste your .env file here?
Did you rename it to .env?
Docker Compose is the recommended method to run Immich in production. Below are the steps to deploy Immich with Docker Compose.
without example just .env?
Yeah
Yes
i get this when i go to myip:2283
Error code 500
internal error
Verbose
{"message":"Internal Error"}
Get help
did you bring the stack down and up again?
yes
That error would only happen if you were running a really old version of Immich
Please run docker-compose pull and then restart the stack
hmm what is docker-compose file content look like on yours?
it looks to be an out of date file
i did it inside immich-app and i get this ERROR: No such service: and
give me a sec
ok this looks good
on the command line, from the same location of the docker-compose.yml file, can you do docker-compose pull?
done,nothing changes