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
Currently, any and all errors that originate when you Save Changes back to your DB are considered fatal, and require you to either refresh the page, or discard all your changes and reset. This is far from ideal. This also includes user errors (like constraint failures)
If we can recognize certain errors from Prisma Client's error codes, we can show suitable error messages and not fail fatally, allowing people to correct their entry.
Currently, any and all errors that originate when you
Save Changes
back to your DB are considered fatal, and require you to either refresh the page, or discard all your changes and reset. This is far from ideal. This also includes user errors (like constraint failures)If we can recognize certain errors from Prisma Client's error codes, we can show suitable error messages and not fail fatally, allowing people to correct their entry.
Error docs: https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-client/error-reference
The text was updated successfully, but these errors were encountered: