You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle axios errors in Turnstile service to prevent misleading 500 responses
Unhandled axios errors from Cloudflare API were propagating as 500 Internal Server Error
with confusing message "Request failed with status code 400". Now catches these errors
and returns a proper 400 BadRequest with a clear message.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments