Can't use UUID string when uploading row

Hi all,

I'm trying to use an UUID string as a parameter to upload it in supabase. The error I'm getting is the following:

{
  code: '22P02',
  details: null,
  hint: null,
  message: 'invalid input syntax for type bigint: ""'
}
Was this page helpful?