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.
Is the CLI usable while offline, or are these errors expected? If an online connection is needed for first setup, that's fine, I merely wish for the development part to be possible while offline.
Was this page helpful?