I have tried to install the authentik server/application at least half a dozen times all with the same result. I check the logs for errors, no errors found, Portainer shows the containers are running and healthy, but every time I go to the web interface and try to initial-setup I get the same error, "Something went wrong! Please try again later"
looking at the logs, they always look like this.
warning | auth_via=unauthenticated event=OperationalError('could not load library "/usr/local/lib/postgresql/llvmjit.so": Error relocating /usr/local/lib/postgresql/llvmjit.so: LLVMBuildGEP: symbol not found\n') flow_slug=initial-setup host=10.19.0.31:9000 logger=authentik.flows.views.executor pid=22 request_id=0e2e808850d04227884ab608e2c818f1 timestamp=2023-05-12T16:24:13.136512
It looks like it is looking for a library "/usr/local/lib/postgresql/llvmjit.so" . I have tried the official Docker-compose method several times, a couple times I deleted the containers and pruned everything that wasn't running, I even built a new ubuntu vm, and started the process from scratch installing docker, docker compose and them the docker-compose.yml file. I actually rebuilt the VM twice. Every time I get the same result and the same error looking for the same library.
I built the authentik stack a few weeks ago and didn't have any issues, I wonder if there was a change to one of the images used in the Docker-Compose that is no longer available. I really have no idea, I am also new to using docker so I am not sure how these libraries could get hosed up or come up missing from one week to the next.
Please help.