Commit 15fdfee
fix: use absolute URL in alias redirect to fix 500 error
Response.redirect() requires an absolute URL but was given a relative
path, causing a TypeError and 500 for browser requests to alias routes
like /fullstackjam.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 125143d commit 15fdfee
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments