Immich Fails to load onces again
Heya, I reinstalled immich today with typesense on a I3-4130 cpu. as per my understanding this cpu has avx. so I have no idea why its failing again

33 Replies
You should provide logs and maybe let us know what have changes with your setup

looks like I messed up setting the typesense api
sorry after fixing the typesense issue this is what the log shows

not really sure what to make of it
You change the URL or container name here
please help posting your docker-compose and .env file
DB_HOSTNAME=immich_ritzz
should be immich_postgres
err am I not supposed to change the database details?
No, you can change the username and password
the hostname is the database information where the server look into to talk to it
in this case it use docker DNS
the database internal dns is immich_postgres
similar to the address you see here
IMMICH_WEB_URL=http://immich-web:3000
immich-web
is the internal DNS that docker use to communicate with the web containerah makes much more sense now thanks
btw I got the server up and running
Perfect!
but when I try to connect from phone I get the error "Socket operation failed: POST /oauth/config"
I didn't enable any oauth settings
Can you uninstall the app and reinstall the app?
Which phone are you using?
tried reinstalling
I am using Xiaomi Mi 10 (umi)
what is the server addresss are you putting in the URL?
uh my reverse proxy url
try put api at the end so
https://photos.ritzz.online/api
tried that already
Does it work if you use internal IP?


doesn't look like I am getting anywhere
for your internal api it shouldn't be https just
http
and remove the forward slash
so http://192.168.1.11:2283
hmm that works
hmm strange
what could be the problem with the public domain
:/
what proxy engine are you using?
npm
Try just
photos.ritzz.online
doesn't work
wait
it works when I turn on my mobile data and disconnect my phone from the local network
but doesn't work when I am in the same network
I am not sure what is your local setup is like, you might have to do some investigation.
alright thanks