Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hey guys,
I needed to allow SVGs to be uploaded into the media folder. So i removed the extension from the umbracoSettings.config
<disallowedUploadFiles>ashx,aspx,ascx,config,cshtml,vbhtml,asmx,air,axd,swf,xml,xhtml,html,htm,php,htaccess</disallowedUploadFiles>
Then i added the config folder to the uaas.json like this
{"files":["css/**/*.css","Views/**/*.*","scripts/**/*.*","images/**/*.*","Config/**/*.*"],"username":"myusername","useHttps":false}
But now.. when i run the uaas watch, i just get this:
[Core ] Error: Could not retrieve hub proxy object Unhandled rejection Could not connect
Got any idea on how to fix it?
Solved. You're not allowed to add the config folder to the uaas watch. You have to push the changes made to UmbracoSettings.config manually.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Cloud - UAAS Watch
Hey guys,
I needed to allow SVGs to be uploaded into the media folder. So i removed the extension from the umbracoSettings.config
Then i added the config folder to the uaas.json like this
But now.. when i run the uaas watch, i just get this:
[Core ] Error: Could not retrieve hub proxy object Unhandled rejection Could not connect
Got any idea on how to fix it?
Solved. You're not allowed to add the config folder to the uaas watch. You have to push the changes made to UmbracoSettings.config manually.
is working on a reply...