I've been investigating an auth issue on my website and for that I was testing google auth locally, so I'm creating and deleting users constantly.
One of the things I tried was changing the supabase's config.toml's [auth] from localhost to dev.local (my local host name, which I needed for some other reasons). After I stopped that, I did supabase stop, then supabase start, since then I can't seem to remove the account.
Since then I switched back to localhost (discarded changes in git), stopped and started supabase again, still, when I try to delete that account I get an error.
Failed to delete user: API error happened while trying to communicate with the server.
Failed to delete user: API error happened while trying to communicate with the server.
It appears as if auth_logs show nothing and I can't spot anything helpful in Chrome's Dev tools.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.