Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jeppe Volander Rasmussen 16 posts 138 karma points
    Aug 06, 2018 @ 15:18
    Jeppe Volander Rasmussen
    0

    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

    <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?

  • Jeppe Volander Rasmussen 16 posts 138 karma points
    Aug 07, 2018 @ 09:46
    Jeppe Volander Rasmussen
    100

    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.

Please Sign in or register to post replies

Write your reply to:

Draft