on your second screenshot you see in console window ... 500 (Internal Server Error) please click on one of these links. This should reveal more details about the error. Otherwise double check your configuration.
I have checked the latest package version with Umbarco 7.3.0 and it works as expected. Please be aware that there are issues with Umbraco 7 in the back office. But these do not have to do with this package.
Please see this solution https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure as an alternative. Currently this not available as a package on our or on nuget. But should be worth to wait some time.
When I publish the solution the dll isn't published because when you install the packages, it's not included in the solution. Locally, we don't care about that but when you publish, all stuffs that aren't included in the solution are skipped :)
Thx for the help.... Which packages I should use ?
Hi Oliver,
I recommend https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure because it is intended to solve the cropper issues especially in back office and works in combination with James other packages. Also the contribution is much better for this solution.
In fact I will cancel maintenance of my package when UmbracoFileSystemProviders.Azure becomes available as package on Our and / or nuget.
But at least I have no real experience with Umbarco 7 and one of these.
Images don't render but it's stored to Azure
I created a new topic after my reply here : https://our.umbraco.org/projects/backoffice-extensions/azure-blob-storage-provider/your-remarks-ideas-etc/67698-cannot-create-image-in-umbraco#comment-232720
So I find that if I comment :
< add key="AzureBlobFileSystem.UseWAStorageEmulator" value="true" / >
That work fine in localhost, but on azure, I still have an issue :
Here, Errors:
If I click on image, a new tab load the image at the url:
So, why the image is not rendered on Azure and why I can't upload images ? (because everything works fine on localhost)
Please, any will be appreciated
Hi,
on your second screenshot you see in console window ... 500 (Internal Server Error) please click on one of these links. This should reveal more details about the error. Otherwise double check your configuration.
Btw. which Umbraco version are you using?
Yours, Dirk
Hi thank you for the reply,
I use umbraco 7.3. Locally, Everything work fine. Blobstorage works but not when my website is on Azure...
POST:
GET:
Hm, that does not reveal anything useful.
Have checked the following post?
https://our.umbraco.org/projects/backoffice-extensions/azure-blob-storage-provider/your-remarks-ideas-etc/64307-Image-CropperImage-Processor-Crops
Now,
I have checked the latest package version with Umbarco 7.3.0 and it works as expected. Please be aware that there are issues with Umbraco 7 in the back office. But these do not have to do with this package. Please see this solution https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure as an alternative. Currently this not available as a package on our or on nuget. But should be worth to wait some time.
Hi,
I have installed https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure doesn't work. I got the same errors.
Both solutions work in backoffice locally but when I publish to Azure, That doesn't work anymore...
Do I need https://our.umbraco.org/projects/backoffice-extensions/azure-blob-storage-provider/your-remarks-ideas-etc/64307-Image-CropperImage-Processor-Crops in order to work ?
Obviously, the upload is working. Otherwise clicking on image would not open the image in a new tab.
Do you have access to the server event logs? You should look for ASP.NET (in source column of event viewer) entries.
"Obviously, the upload is working. Otherwise clicking on image would not open the image in a new tab."
When I upload images locally (localhost:49909). the plugin works very well locally, it's only when I go to Azure that I got Error 500.
Maybe Azure has a security policy somewhere....
"Do you have access to the server event logs? You should look for ASP.NET (in source column of event viewer) entries."
I don't know where is it on Azure but I'm looking
I found the problem....
When I publish the solution the dll isn't published because when you install the packages, it's not included in the solution. Locally, we don't care about that but when you publish, all stuffs that aren't included in the solution are skipped :)
Thx for the help.... Which packages I should use ?
https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure or Azure Blob Storage Provider
Both work
Hi Oliver, I recommend https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure because it is intended to solve the cropper issues especially in back office and works in combination with James other packages. Also the contribution is much better for this solution. In fact I will cancel maintenance of my package when UmbracoFileSystemProviders.Azure becomes available as package on Our and / or nuget. But at least I have no real experience with Umbarco 7 and one of these.
Yours, Dirk
I got some problem with https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure
and not with the other package. But thx for the help !
is working on a reply...