cli icon indicating copy to clipboard operation
cli copied to clipboard

The newest Windows update restricts access to the supabase default ports

Open devdev-dev opened this issue 3 years ago • 0 comments

Bug report

Describe the bug

With the newest windows update the default ports used by the init script are blocked by Windows.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Get the latest Windows Updates
  2. Run "netsh interface ipv4 show excludedportrange protocol=tcp" in a cmd (as described here)
  3. Check the list of restricted ports
  4. The port range used by windows is part of the exclusion range

Expected behavior

You should change the ports respecting the new exclusion range.

Screenshots

image

System information

  • OS: Windows
  • Supabase CLI 0.17.3

devdev-dev avatar Mar 11 '22 21:03 devdev-dev