"Refused to connect to 'http://subdomain.ourwebsite.com/files' because it violates the following Content Security Policy directive: "default-src 'self' www.gravatar.com player.vimeo.com *.vimeocdn.com *.umbraco.org *.umbraco.com". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback."
This looks like CSP issue, but why in world whould I need to connect to one of our subdomains when installing a packge on a localhost, this is getting weirder and weirder...
It fails to load "InstallFiles" and in the line below the resource "files" tries to load. Now this "file" comes from one of our subdomians. I really don't understand why this tries to load when installing the package.
Can't download/install package within Umbraco
Hi,
I'm getting this error in the console when trying to install a package within Umbraco.
"http://localhost:50358/umbraco/backoffice/UmbracoApi/PackageInstall/Fetch?packageGuid=fef6e0cd-9b1a-4aef-911d-2fa3218a1d60 400 (Bad Request)"
Any ideas?
Best regards David
Hello David!
Can you precise which package you are trying to install?
Nittin
Sure,
DotSee.VirtualNodes Package version 1.0.4
Thanks
Actually, now I'm getting this in the console:
"Refused to connect to 'http://subdomain.ourwebsite.com/files' because it violates the following Content Security Policy directive: "default-src 'self' www.gravatar.com player.vimeo.com *.vimeocdn.com *.umbraco.org *.umbraco.com". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback."
This looks like CSP issue, but why in world whould I need to connect to one of our subdomains when installing a packge on a localhost, this is getting weirder and weirder...
It looks like this under Network.
It fails to load "InstallFiles" and in the line below the resource "files" tries to load. Now this "file" comes from one of our subdomians. I really don't understand why this tries to load when installing the package.
Then timeout...
Okey, found the issue... I feel really stupid now. I had a redirect rule that was causing the problem. :/
is working on a reply...