Cannot get Hub to launch

Dear all,

I am struggling getting Cryptomator Hub up and running with Docker Compose on an Ubuntu VM that is already running Traefik (without a problem; other containers are accessible via Traefik).

I am using the official generator for the compose.yml file and are seeing the following 3 error messages during startup (the first two go away after the first launch, I believe):

postgres-1 ERROR:  relation "migration_model" does not exist at character 25
postgres-1 ERROR:  relation "public.databasechangeloglock" does not exist at character 22

hub-1 [io.qua.ver.htt.run.QuarkusErrorHandler] (executor-thread-1) HTTP Request to /api/config failed, error id: cd4f4e1c-ec6f-46aa-8006-646a528fe47a-3: java.lang.NullPointerException

Can someone point me in the right direction?

Same problem here after upgrade from 1.3.4 to 1.4.0 (all newer versions with the same problem), all changes from github applied.

Keycloak is running normally and reachable, but “/api/config” is responding with 500 server error. Root hit shows empty page, because api is not reachable (source code with js files were served correctly)

→ Solved: in my case it was the hostname which was not correctly resolving/reachable in the container, after this was fixed eveything worked again