Admin Registration ERROR 404 BAD REQUEST Not found: /auth/admin-sign-up (500)
Hello, I have followed the 2-3 steps to install immich via Docker compose I have this error at the time of registration and I am blocked for a few hours. Thanks for your help

20 Replies
the docker-compose is default and the .env like this :
your server is very out of date I believe, the content of your .env file is from very early version of Immich
I retrieve them from the project github
GitHub
immich/docker at main · immich-app/immich
Self-hosted photo and video backup solution directly from your mobile phone. - immich/docker at main · immich-app/immich
.env.test
that is not the correct file, the .env file is in .env.example
Docker Compose [Recommended] | Immich
Docker Compose is the recommended method to run Immich in production. Below are the steps to deploy Immich with Docker Compose.
Please follow the instruction in the link, you should be good to go then
I had already followed it but it's doing the same thing to me, I'm going to put the new .env file back to be sure but that was my first step.
Please read the instruction carefully, if you follow the guide correctly, there won't be any issue 🙂
my new .env :
UPLOAD_LOCATION=./upload
should be an absolute pathoh yes sorry
mb
now bring down and bring up the stack again

Same error
after docker-compose down and up
can you post your docker-compose?
Oh
It's work
I don't really understand why, but it works.
@Alex Thanks you :immich:
It was probably not finishing starting up yet
I think so, thank you