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
[
{
"error": {
"details": {
"errors": [
{
"path": [],
"message": "4 relation(s) of type plugin::upload.file associated with this entity do not exist",
"name": "ValidationError"
}
]
},
"name": "ValidationError",
"message": "4 relation(s) of type plugin::upload.file associated with this entity do not exist",
"level": "\u001b[31merror\u001b[39m",
"timestamp": "2024-02-15 09:28:28.516"
},
"data": {
"id": 5,
"name": "content",
"pathId": 5,
"path": "/5",
"createdAt": "2023-11-24T07:46:02.201Z",
"updatedAt": "2023-11-24T07:46:02.201Z",
"parent": null,
"children": [],
"files": [
4,
5,
6,
7
],
"createdBy": null,
"updatedBy": null
}
}
]
To Reproduce
I am using s3 integration with aws. I exported 1 collection which has custom fields with picture link added (stored in aws s3) using EXPORT and then IMPORT this collection to new instance. When importing data is added, but the files to s3 are added but have 255B only (original is 176KB).
Expected behavior
Import successful and files added to s3
The text was updated successfully, but these errors were encountered:
following up on this issue. the id of the files exported are 265, 287, 288 but when the import is done, it's change to some ids. so the following doesnt work as the file ids [265, 287, 288] does not exist
To Reproduce
I am using s3 integration with aws. I exported 1 collection which has custom fields with picture link added (stored in aws s3) using EXPORT and then IMPORT this collection to new instance. When importing data is added, but the files to s3 are added but have 255B only (original is 176KB).
Expected behavior
Import successful and files added to s3
The text was updated successfully, but these errors were encountered: