Hi Ian -
Can you try to comment out/remove the following entry from the /config/courier.config file on both your local and the UaaS site:
Then restart the sites to make sure the value is picked up and retry the transfer. I believe we introduced that update to support media storage using cloud blob locations, but it seems to cause occasional issues with the default media file system storage.
Re: Paul's reply - we've now removed this entry from all courier.config files that were not using cloud storage so it might not be there for you any more.
I am having the opposite issue. We have over 20000 images in our blob but every time we try and sync from dev to local it attempts to download the images/nodes. We are using UAAS and cloud blob storage.
My courier.config has the following entry.
<ignore>
...
<add>/media/*</add>
</ignore>
Steps to reproduce.
Delete Umbraco.sdf.
Delete media folder.
CTRL + F5 (start umbraco) \
Run Restore.
Result is that the entire media folder recreates itself. Tried it a couple times to be sure.
I am having the same issue on a new Umbraco Cloud account. I synced content and all of it synced without error. On the development environment, the media library shows 100% of the images are broken images. I now also get an "Error occurred during a cryptographic operation"
Uaas media problem
I've got my local uaas website deploying content and media up to the Live environment.
When we deploy media, the process completes without any errors and the node is created on the live environment, but the actual image is never sent up.
According to the notes here: https://github.com/umbraco/.comDocumentation/blob/master/Deployment/existingsite.md you should not Git commit the media folder, so what am I missing ??
Hi Ian - Can you try to comment out/remove the following entry from the /config/courier.config file on both your local and the UaaS site:
Then restart the sites to make sure the value is picked up and retry the transfer. I believe we introduced that update to support media storage using cloud blob locations, but it seems to cause occasional issues with the default media file system storage.
Re: Paul's reply - we've now removed this entry from all courier.config files that were not using cloud storage so it might not be there for you any more.
I am having the opposite issue. We have over 20000 images in our blob but every time we try and sync from dev to local it attempts to download the images/nodes. We are using UAAS and cloud blob storage. My courier.config has the following entry.
Steps to reproduce.
Result is that the entire media folder recreates itself. Tried it a couple times to be sure.
I am having the same issue on a new Umbraco Cloud account. I synced content and all of it synced without error. On the development environment, the media library shows 100% of the images are broken images. I now also get an "Error occurred during a cryptographic operation"
is working on a reply...