Skip to content

Send ngrok bypass header on API requests - #4

Merged
MaharMuavia merged 1 commit into
mainfrom
fix/ngrok-browser-header
Jul 11, 2026
Merged

MaharMuavia merged 1 commit into
mainfrom
fix/ngrok-browser-header

Conversation

@MaharMuavia

Copy link
Copy Markdown
Owner

Fixes the live site's "Backend not reachable" error: ngrok free tier intercepts browser requests with an interstitial page unless the ngrok-skip-browser-warning header is sent. Verified the header fixes the fetch from the deployed site's console.

🤖 Generated with Claude Code

ngrok's free tier intercepts browser-originated requests with an HTML
warning page served without CORS headers, so every fetch to the
tunneled backend failed with "Failed to fetch". The official bypass is
this request header; it is inert for backends not behind ngrok.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
data-verse-ai Ready Ready Preview, Comment Jul 11, 2026 6:41pm

@MaharMuavia
MaharMuavia merged commit 429e606 into main Jul 11, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant