Closed EricHasegawa closed 2 days ago
Update: I was able to work around this by adding this to my config:
[realtime]
enabled = false
# Bind realtime via either IPv4 or IPv6. (default: IPv4)
# ip_version = "IPv6"
# The maximum length in bytes of HTTP request headers. (default: 4096)
# max_header_length = 4096
Describe the bug In trying to get supabase running on my local machine, after running
supabase link
and confirming I'm authenticating, runningsupabase start
ornpx supabase start
fails with this error:I spun up a new project on a fresh
create-next-app
application and was not able to run into the same error (supabase start
succeeded).Here is the current
config.toml
for the project:I also tried running through
supabase init
and overwrote this config with the default, but ran into the same error. I also deleted all migrations locally, and deleted ourseed.sql
, both of these failed to circumvent the error.To Reproduce Steps to reproduce the behavior:
supabase start --debug
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
System information Rerun the failing command with
--create-ticket
flag.