Almost always another local Supabase stack from a different folder. supabase stop only stops the one for the current folder.
docker ps --format '{{.Names}}\t{{.Ports}}' | grep 54322Then supabase stop --project-id <that id> or stop it from Docker Desktop. If you want both running at once, change the ports in supabase/config.toml ([db] port, [api] port, [studio] port and so on) for one of them.
There was an old tutorial project stack running. Stopped it, works now. astrid_n · edited
supabase startbefore? Different project id, same default ports. abby_ops · edited