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(api): add error handling for deserialization in data update
- Implement try-catch block around modelConfig.fromJson() to catch TypeError
- Return 400 Bad Request response with error details when deserialization fails
- Improve error message for client-side debugging
0 commit comments