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: avoid exposing server exception details to clients
Send generic "Internal Server Error" message to clients instead of
exposing exception types, values, and tracebacks. This prevents
leaking sensitive implementation details while still logging full
exception information server-side for debugging.
0 commit comments