Is it possible to use Supabase CLI while offline?
We're currently trying to set up local development to not send bad data to the public database. However, there's two things I noticed about it:
- Kong can error with 502 depending on what network I'm using at the moment. Not sure what the cause is, the upstream seems to point to some IP I don't recognize.
- When trying to start it up while offline, it errors out completely. This time around, it seems to be because of Deno making requests and failing.