Commit 4a2ab79
fix: remove conflicting API rewrite rule in vercel.json
The rewrite rule for /api/* was intercepting requests before
they could reach the serverless functions, causing Vercel to
return 404 HTML pages instead of proxying to Bugzilla.
Changed to use a negative lookahead so only non-API routes
are rewritten to index.html for the SPA.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 13d8204 commit 4a2ab79
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
| |||
0 commit comments