Open toby-palau opened 7 months ago
I'm having the same problem. I just spent an hour trying to figure out what I was doing wrong because this seems like an obvious piece of workflow that should just work!
Having the same issue. Is there any plan to fix this issue? Not sure what the usual workflow for this would be. As a workaround I tried the export api, but there I couldn't find any option to only export the assets, so that I can import them on some other environment.
We are also running into this issue
Hi team!
I've been using contentful-merge for a couple weeks now and it works very well for me. The only issue we're having is that our links to assets break after the merge. I know your documentation says migrating assets is not supported, but it would be very helpful if they would.
Feature request Ability to merge assets from one environment to the other.
Workflow Our workflow is as follows:
development
for testing out new content models, entries etc.preview
to preview what their content looks like in a preview apppreview
toproduction
environmentproduction
is set up as alias of master and serves our applicationError Currently, when I try to apply a changeset that includes links to images that are not in the production environment, I'm getting an error like below:
Mitigation issues Despite the error, the entries do seem to appear in the
production
environment, but the links to the image assets are broken and the entries remain unpublished. So we need to go through each of the entries and reupload the assets, but with each following migration, the links will be broken again.My question I would assume this workflow is pretty standard. If not, would you recommend an alternative workflow? If yes, would you consider developing a feature to migrate image assets so that the asset links don't break?
I look forward to your answer, thanks in advance!
Toby