Metabase + PostgresSQL on Docker - "Unauthenticated" error

Viewed 11

Used docker compose for metabase and postgres images.

Managed to build successfully. Went through the Metabase setup, no hitches.

However, I can't seem to get past the sign in page. Each time I enter the correct username and password I used at the setup stage, it still returns me to the sign in page.

Checking the docker logs, I keep seeing this error on sign in attempts:

2022-09-24 23:24:31,502 DEBUG middleware.log :: GET /api/user/current 401 320.3 µs (0 DB calls)
"Unauthenticated"

Not sure what could be wrong?

0 Answers
Related