Hello, thanks for this new feature.
I tried it at once. Here are my first impressions.
Local to Local is ok
I created two local apps one on 1337 and anther on 1339. They use sqlite and are pretty simple, but they have already custom types, components, users…
- I create a transfer token on the target env. 1339 : OK
- Then I use the transfer token and do a
yarn strapi transfer --to http://localhost:1339/admin --to-token be4185...in the source env 1337. - I get a detailed feedback and a Transfer process has been completed successfully!
-nice
Local to Cloud ??
Now I did exactly the same thing (same repository) from Local to Cloud.
- I create a transfer token on the cloud env : OK
- Then I use this and do a
yarn strapi transfer --to https://yellow-green-blue.strapiapp.com/admin --to-token xdr345...in the source env 1337. - Then I get an error:
Starting transfer...
[2023-03-07 17:21:59.711] error: [FATAL] Unexpected server response: 404
Transfer process failed.
error Command failed with exit code 1.
There is not enough information to fix that.
The runtime log says : GET /admin//transfer/runner/connect (3 ms) 404. (that is a NOT FOUND, but why??)
It would be nice to have more error logs on that, because I have no way to transfer data otherwise.
Thanks for you help