I had to change the media directory from an azure blob storage back to the local media folder (~/media) for an Umbraco 7.3.5 install. This was done by altering the FileSystemProviders.config back to default and doing a mass db replace.
This is all working fine.
However, our client now wishes to upgrade the website to Umbraco 7.10.x (latest). Upon, updating via NuGet and taking all the appropriate steps listed on version specific upgrade all the media files are now being served from the old azure blob storage, rather than the local media folder.
Why is this happening? and how can it be changed so that the media files have the correct references?
Media being served from incorrect host
I had to change the media directory from an azure blob storage back to the local media folder (~/media) for an Umbraco 7.3.5 install. This was done by altering the FileSystemProviders.config back to default and doing a mass db replace.
This is all working fine.
However, our client now wishes to upgrade the website to Umbraco 7.10.x (latest). Upon, updating via NuGet and taking all the appropriate steps listed on version specific upgrade all the media files are now being served from the old azure blob storage, rather than the local media folder.
Why is this happening? and how can it be changed so that the media files have the correct references?
is working on a reply...