Press Ctrl / CMD + C to copy this to your clipboard.
Copied to clipboard
Flag this post as spam?
This post will be reported to the moderators as potential spam to be looked at
Topic author was deleted
Nov 13, 2017 @ 10:08
Umbraco Cloud and folders.json
Hey,
We are using the package on Umbraco Cloud and notice that the folder structure is stored on filesystem but it seems the file is being moved across environments causing data to be overwritten... any ideas on how to fix?
Do I understand it correctly that folders.json is being moved from e.g. your Development environment to your Live environment? I am not too familiar with Umbraco Cloud, but could you not simply exclude the App_Plugins\PerplexUmbracoForms\data\folders.json file from your Git repo so it will not be pushed to Umbraco Cloud?
Not sure, think cloud keeps track of all file changes in /app_plugins/ so once we do a change on dev and deploy to live it also includes that folders.json, will check if a updated gitignore can fix it
Ok got in touch with Cloud support and they say to move the file to app_data (like they did with the files from Forms in v6), that way it won't get overwritting, will do a pull request for that update
Topic author was deleted
Umbraco Cloud and folders.json
Hey,
We are using the package on Umbraco Cloud and notice that the folder structure is stored on filesystem but it seems the file is being moved across environments causing data to be overwritten... any ideas on how to fix?
Hi Tim,
Do I understand it correctly that folders.json is being moved from e.g. your Development environment to your Live environment? I am not too familiar with Umbraco Cloud, but could you not simply exclude the
App_Plugins\PerplexUmbracoForms\data\folders.json
file from your Git repo so it will not be pushed to Umbraco Cloud?Regards, Daniël
Comment author was deleted
Not sure, think cloud keeps track of all file changes in /app_plugins/ so once we do a change on dev and deploy to live it also includes that folders.json, will check if a updated gitignore can fix it
Comment author was deleted
Ok got in touch with Cloud support and they say to move the file to app_data (like they did with the files from Forms in v6), that way it won't get overwritting, will do a pull request for that update
Comment author was deleted
Made a pull request : https://github.com/PerplexInternetmarketing/Perplex-Umbraco-Forms/pull/4
Thanks Tim, I'll have a look at your PR soon and will then update the package on Our.
is working on a reply...