umbraco-community / UmbracoFileSystemProviders.Azure

:cloud: An Azure Blob Storage IFileSystem provider for Umbraco
96 stars 67 forks source link

Forms does not work with Umbraco.Forms v8.3.0 #157

Closed samgooch closed 4 years ago

samgooch commented 4 years ago

Using the forms blob storage provider, I am experiencing an odd issue. Creating a test form will insert the form but also insert a load of workflows within the section.

image

Browsing to the form will then throw an error that it can't find it.

Here is a screenshot of my container: image

Versions installed:

Jeavon commented 4 years ago

@samgooch rename your container "forms-data", it cannot be named "forms". I've added a warning to this readme as it was only present on the Our docs https://our.umbraco.com/Documentation/Add-ons/UmbracoForms/Developer/IFileSystem/#storing-the-json-files-using-the-community-umbraco-azure-blob-provider

samgooch commented 4 years ago

Thanks @Jeavon - that worked. And thanks for updating the README.md