• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / cli / 32426355992
62%
develop: 62%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/develop/pr-6325-4b5d8bec0b62855d59f4452efc85b02b2b7b5bfc
DEFAULT BRANCH: develop
Ran 20 Aug 2026 10:55PM UTC
Jobs 1
Files 95
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Aug 2026 10:54PM UTC coverage: 62.406%. Remained the same
32426355992

push

github

web-flow
fix(cli): bypass loopback proxying (#6283)

## TL;DR

Keep `supabase start` health probes to the local Kong gateway off
HTTP(S) proxies
restoring the previous Go CLI behavior for the CLI's canonical loopback
addresses.

## What regressed?

The native TypeScript port moved these probes from Go's `net/http`
client to Bun's `fetch`.
Go bypassed proxies for localhost and loopback addresses, while Bun
honors `HTTP_PROXY` and `HTTPS_PROXY` unless `NO_PROXY` is configured...

With a proxy configured, PostgREST and Edge Runtime readiness probes can
be sent to the proxy instead of `127.0.0.1`, causing a healthy local
stack to fail startup and roll back...

## fixed now by:

Append `localhost`, `127.0.0.1`, and `[::1]` to Bun's active `NO_PROXY`
variable immediately before `start` performs its local gateway probes.
Existing exclusions are preserved, and the late placement keeps the
synthetic value out of project dotenv resolution and container
environments...

## Ref

resolves:
https://github.com/supabase/cli/issues/3265#issuecomment-5353163389

5571 of 8927 relevant lines covered (62.41%)

6.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32426355992.1 20 Aug 2026 10:55PM UTC 95
62.41
GitHub Action Run
Source Files on build 32426355992
  • Tree
  • List 95
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32426355992
  • 3fa48432 on github
  • Prev Build on gh-readonly-queue/develop/pr-6278-1e553f45ec92a7ea62b007e9a492bf1ea477bd9a (#32412873761)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc