Hello Strapi Community,
I am currently facing an issue while trying to transfer data from a remote Strapi instance using (yarn strapi transfer --from ). The process intermittently fails with a ResponseError: Bad Request related to SendGrid API calls. Here are the details of the error:
{
code: 400,
response: {
headers: {
server: ‘nginx’,
date: ‘Sat, 01 Jun 2024 07:53:25 GMT’,
‘content-type’: ‘application/json’,
‘content-length’: ‘426’,
connection: ‘keep-alive’,
‘access-control-allow-origin’: ‘https://sendgrid.api-docs.io’,
‘access-control-allow-methods’: ‘POST’,
‘access-control-allow-headers’: ‘Authorization, Content-Type, On-behalf-of, x-sg-elas-acl’,
‘access-control-max-age’: ‘600’,
‘x-no-cors-reason’: ‘Cross Origin Resource Sharing (CORS) | Twilio’,
‘strict-transport-security’: ‘max-age=600; includeSubDomains’
},
body: { errors: [Array] }
}
}
entities: 528 transfered (size: 561.2 KB) (elapsed: 537609 ms)
[2024-06-01 12:57:21.576] error: [FATAL] WebSocket is not open: readyState 3 (CLOSED)
Transfer process failed.
error Command failed with exit code 1.
This topic has been created from a Discord post (1246379738021367808) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord