Posts

Showing posts with the label auth

Supabase Is Not Working for Me

Image
After giving it a good trial, Supabase is just not working for me. I really did put in some effort to learn how this works and to try to run this stack. For a self-hosted setup, Supabase is just not for me. Here’s why: Out of the Box Docker Functionality Poorly documented issues AI Access is not built-in (as advertised) Self-Hosted != BaaS Scale? Out of the Box Docker Functionality They say it’s supposed to work out of the box … Just clone the code. Copy your project over. Run docker compose up and you’re off and running to the races! Want more customization? Configure as needed! This was not the case for me. I had to heavily mull thru the docs, configuration, learn the setup. Then on top of that, I HAD to setup my own domains (e.g. studio.mydomain.com, analytics.mydomain.com, functions.mydomain.com, et al) because it didn’t do service discovery properly. I also had to change the network type to bridged because the native network type obscurred all the services and for...