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
When a uuid field is being filtered and the frontend passes in the empty string, this triggers a 500 internal server error on the backend.
Binder tries to prevent this with various regex and other kinds of checks, and we could of course add something like that specifically for uuids (and maybe we should? uuids aren't strings), but more generally I think it's a good idea to use the field class to clean the value, if possible.
The text was updated successfully, but these errors were encountered:
When a uuid field is being filtered and the frontend passes in the empty string, this triggers a 500 internal server error on the backend.
Binder tries to prevent this with various regex and other kinds of checks, and we could of course add something like that specifically for uuids (and maybe we should? uuids aren't strings), but more generally I think it's a good idea to use the field class to clean the value, if possible.
The text was updated successfully, but these errors were encountered: