Anyone able to get the self hosted version running properly?

Hey everyone,

I've been struggling to get the self hosted version of Supabase to work properly. I am running it inside docker swarm using the docker compose example they provide in github as reference.

I've been able to get everything to work (as far as I'm aware) except for the storage portion. To my understanding you can connect to your s3 provider, which I've configured the env variables. But in the dashboard, it doesn't seem to connect to look for the bucket. Also when trying to upload anything, Studio is firing off a ton of Cors violations. To add to this, when I click on Configuration -> Settings, it just redirects me to the home page. Under network console log, it simply says cancelled...

I honestly don't know what is going on. Any help is appreciated.