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
Check the Collection router and stop accepting the id field from the front on the Collection creation. Instead, let the DB handle the id default creation using the gen_random_uuid() method.
🎉 Description
Check the Collection router and stop accepting the
id
field from the front on the Collection creation. Instead, let the DB handle the id default creation using thegen_random_uuid()
method.Related: #320
The text was updated successfully, but these errors were encountered: