I
Immich2y ago
po211

Can not create new user

After docker-compose up -d, I go to http://localhost:2283/ and successfully register the admin account. But when logged in, I couldn't find any way to add new user. I'm using App 1.76.0 build .116 and server 1.77.0 Can anybody please help?
No description
2 Replies
Alex Tran
Alex Tran2y ago
Somethings is wrong with the intetface Do you have css or javascript disabled on your browser?
po211
po211OP2y ago
I don't think that I disabled css or javascript. Now I got the Internal server error (500 - Internal Server Error) with docker logs:
[Nest] 7 - 09/10/2023, 5:53:04 AM ERROR [ExceptionsHandler] Connection terminated due to connection timeout
Error: Connection terminated due to connection timeout
at Connection.<anonymous> (/usr/src/app/node_modules/pg/lib/client.js:132:73)
at Object.onceWrapper (node:events:628:28)
at Connection.emit (node:events:514:28)
at Socket.<anonymous> (/usr/src/app/node_modules/pg/lib/connection.js:63:12)
at Socket.emit (node:events:514:28)
at TCP.<anonymous> (node:net:323:12)
[Nest] 7 - 09/10/2023, 5:53:04 AM ERROR [ExceptionsHandler] Connection terminated due to connection timeout
Error: Connection terminated due to connection timeout
at Connection.<anonymous> (/usr/src/app/node_modules/pg/lib/client.js:132:73)
at Object.onceWrapper (node:events:628:28)
at Connection.emit (node:events:514:28)
at Socket.<anonymous> (/usr/src/app/node_modules/pg/lib/connection.js:63:12)
at Socket.emit (node:events:514:28)
at TCP.<anonymous> (node:net:323:12)
Thank @Alex Something wrong with my chrome. When I docker-compose down & up again, using different browser and it works. I love Immich!

Did you find this page helpful?