RepoJournal
Shopify

Shopify

Hydrogen, Polaris, and the CLI - the dev platform behind millions of stores

Keep up with Shopify in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

SHOPIFY CLI FIXES STOREFRONT API AUTH HEADACHE IN DEV PROXY

By RepoJournal · Filed · About Shopify

1 person shipped this

The dev proxy was rejecting every Storefront API request with a 401 — turns out it was injecting its own auth headers where it had no business being.

Developers running local Storefront API calls through Shopify's dev proxy [1] hit a wall yesterday: every `/api/{version}/graphql.json` request bounced with authentication failures. The culprit was the proxy itself, which was aggressively injecting SFR devtools bearer tokens into the Authorization header even for public Storefront API endpoints that don't want or need them. The fix [1] treats Storefront API traffic as pass-through — no header injection, no interference. If you've been working around this by disabling the dev proxy for API work, your life just got simpler. This lands in the next CLI release.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Pass Storefront API requests through the dev proxy as-is ↗ Shopify/cli

Quick answers

What shipped in Shopify on May 11, 2026?
The dev proxy was rejecting every Storefront API request with a 401 — turns out it was injecting its own auth headers where it had no business being. In total, 1 commits and 1 pull requests landed.
Who contributed to Shopify on May 11, 2026?
1 developer shipped this update, including frandiox.
What were the notable Shopify updates?
Pass Storefront API requests through the dev proxy as-is.

More from Shopify

Daily updates, in your inbox

Follow Shopify

Keep up with Shopify in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?