cli
cli copied to clipboard
Supabase self hosting: error in realtime on IPv4 devices.
Describe the bug
My device has IPv6 disabled so I changed the "ip_version" to "IPv4" but still it's not working.
I am getting the following error
My config.toml
Commands tried:
- supabase start
- npx supabase@beta start
To Reproduce Steps to reproduce the behavior:
- Try to self host in a machine with IPv6 disabled.
Expected behavior
You will find the following error in realtime
Looks like this env var was recently deprecated without maintaining backwards compatibility https://github.com/supabase/realtime/pull/779
I will ping the realtime team to take a closer look. Apologies for the inconvenience.
Closing as resolved by upstream