diff --git a/packages/nocodb/src/helpers/dataHelpers.ts b/packages/nocodb/src/helpers/dataHelpers.ts index 3bf518f1e1..d7163308c2 100644 --- a/packages/nocodb/src/helpers/dataHelpers.ts +++ b/packages/nocodb/src/helpers/dataHelpers.ts @@ -177,7 +177,7 @@ export async function serializeCellValue( .filter((attachment) => attachment) .map( (attachment) => - `${encodeURI(attachment.title || 'Attachment')}(${encodeURI( + `${attachment.title || 'Attachment'}(${encodeURI( attachment.signedPath ? `${siteUrl}/${attachment.signedPath}` : attachment.signedUrl,