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
{{ message }}
This repository was archived by the owner on Oct 9, 2025. It is now read-only.
When trying to insert an array of objects, where in some objects the key field2 is present, and in others isn't, the JS API client errors to: 'All object keys must match'. The field2 is not mandatory.
The JS client / Supabase should default the mismatching fields to null or whatever is translated to NULL in Postgres. (As workaround I set the fields to null and it looks OK in my case.)
tbdrz, point-source, CR1AT0RS, ihadabs, UngererFabien and 13 more