Stuck with Supabase

Hi, I’m very new and inexperience in Docker / etc. But I’ve been following the instructions to install Local AI in my Mac. I’ve followed GitHub - coleam00/local-ai-packaged: Run all your local AI together in one package - Ollama, Supabase, n8n, Open WebUI, and more!.
Everything went perfect until Supabase. Both supabase-pooler and supabase-auth keeps reinitiating. I’ve followed all potential solutions I’ve found in the web (including coleam Troubleshooting). I really don’t know how to move forward and I am ready to quit -despite how much I need it-.
I will really appreciate some help and guidance.

1 Like

Hi @lmeneses,

take a look at my install video:

If still not helps and you got problems please provide some screenshots and logs of your installation/errors.

2 Likes

Many thanks @leex279. Although I really appreciate the help, I couldn’t find what is wrong from my installation.

Fist of all, I am running macos (not windows like in your video), but I don’t think that is the problem.

The installation went fine (to what I understand I saw no errors). That’s why I think it is more about the configuration.

I notice the problem when trying to reach Supabase at http://localhost:8000/. It gives me: " Kong Error - Unauthorized."

At that time I realised that Supabase auth and pooler were constantly reiniting.

I cannot attach the dockers log (the system is not allowing me since I am a new user). I am attaching the logs and screenshot to this link

https://we.tl/t-v2S3Tau1sg

Thanks!

Did you find a solution? I have the exact same problem, but on Windows 10. I mean Both supabase-pooler and supabase-auth keeps restarting infinitely

@lmeneses I see a lot of memory errors in your supabase-auth log.

\
2025-03-24 17:11:27 /go/src/github.com/supabase/auth/main.go:36 +0x128
\
2025-03-24 17:12:27 \{"level":"info","msg":"Go runtime metrics collection started","time":"2025-03-24T16:12:27Z"\}
\
2025-03-24 17:12:27 \{"level":"info","msg":"received graceful shutdown signal","time":"2025-03-24T16:12:27Z"\}
\
2025-03-24 17:12:27 panic: runtime error: invalid memory address or nil pointer dereference
\
2025-03-24 17:12:27 [signal SIGSEGV: segmentation violation code=0x1 addr=0x60 pc=0x227088]
\

dont know exactly where this comes from, but maybe you not enough free memory? is there also a docker-desktop on mac? if yes, maybe start with sudo permissions.

1 Like

Thanks again, I don’t think it is a matter of free memory (I’ve checked it). I tried to restart with sudo permissions (I am not a technical person but I look it) and sadly, it didn’t work.