Hi everyone,
Recently I am facing an error with the following code:
await myTable.updateRecordsAsync([
{
id: record.id,
fields: {
'Attachment': [
{
'url': "https://dl.airtable.com/.attachments/63001f29cc9836435b1ac84dd7dba62f/98c345c9/63NHT_2.jpg"
}
]
,
},
}
]);
The error

It was totally fine before. I don’t know why?
Thank you

