cli icon indicating copy to clipboard operation
cli copied to clipboard

Supabase start hangs without sudo on Ubuntu

Open taylorkangbeck opened this issue 8 months ago • 0 comments

Describe the bug For some reason, supabase start just hangs on my Ubuntu machine. Even with the --debug flag there's no useful info. However, things work as expected with a sudo supabase start.

I've tried reinstalling the CLI in 3 ways with the same problem: brew, npm, and deb

To Reproduce Steps to reproduce the behavior:

  1. supabase start

Expected behavior supabase start works without sudo, or exits with an error message requesting sudo usage.

System information Rerun the failing command with --create-ticket flag.

  • Ticket ID: (can't create ticket because command doesn't exit)
  • Version of OS: Ubuntu 22.04
  • Version of CLI: 1.178.2
  • Version of Docker: 25.0.2
  • Versions of services: (supabase services seems to suffer similar issues)

Additional context

  • Version of Node.js: 20.6.1

taylorkangbeck avatar Jun 28 '24 02:06 taylorkangbeck