-1

I wanted to know what supabase is so I installed it using this local development guide enter link description here

it was few weeks back, i was simply checking port 3000 and supabase is running i have removed all supabase related folder but still its running. can someone help me understand why its still running and how to stop it.

Karna04
  • 21
  • 2

2 Answers2

1

Hi guys i found the solution. it was cache in the browser which was loading. I deleted history, cache and cookies. now if i open my browser and go to localhost:3000 i can see 'This site can’t be reached' message.

thanks @Mansueli and @ahmad

Karna04
  • 21
  • 2
0

To stop running supabase, you can use the CLI stop command:

supabase stop

Deleting folders without stopping will keep the current instance running.

You can always use htop (linux) and of follow this guide (macOS) to stop the process.

Mansueli
  • 6,223
  • 8
  • 33
  • 57