ImmichI
Immich7mo ago
thoyboi

ImmichFrame wrong API key (not wrong in .env)

Hey there! Sorry if this is the wrong place to put a question about ImmichFrame.

I'm trying to run ImmichFrame as a docker container. When I navigate to localhost:8080, the page is a sad face that says:
Looks like your immich-server is offline or you misconfigured immichFrame, check the container logs

The first line of the ImmichFrame log is:
2OOP:00000002": An unhandled exception was thrown by the application. HTTP Response: {"message":"Invalid API key","error":"Unauthorized","statusCode":401,"correlationId":"qjfxmdim"}

This is a dummy version of my .env file:
ImmichServerUrl=<my server>
ApiKey=<name of API key>
AuthenticationSecret=<API Secret>


I've also tried:
ApiKey=<API Secret>
AuthenticationSecret=<Password>

and:
ApiKey=<Username>
AuthenticationSecret=<API Secret>


I'm 99% confident that my API key is correct...I've even generated new API keys to try. Am I a big dummy and doing something very wrong?
Was this page helpful?