cloud hubs domain stop working today and show blank page for home and admin #3967
-
I am using AWS free tier and I noticed S3 request exceed monthly free limit. is that the reason? I have configured content CDN by cloudflare. from Chrome dev console, there is severl errors, such as: refused to load the stylesheet 'https://xxx-1-assets.xxx.com/hubs/assets/stylesheets/support-0943be745a85162a87bb.css' because it violates the following Content Security Policy directive: "style-src 'self' https://fonts.googleapis.com https://cdn.jsdelivr.net https://hubs-xxx-com-cors-proxy.virtualstore.workers.dev:443 https://hubs-xxx-com-proxy.virtualstore.workers.dev 'unsafe-inline'". Note that 'style-src-elem' was not explicitly set, so 'style-src' is used as a fallback. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
The CSP error isn't likely to be related to your S3 quota being exceeded, but that is likely to cause you other problems. I haven't configured a CDN myself on Hubs, but I expect you need to add the CDN domains to the CSP whitelist somehow. This is the list that the page is allowed to download content from to avoid injections of HTML that download malicious script files. Check your CDN config in Hubs. |
Beta Was this translation helpful? Give feedback.
-
cloud hubs domain stop working again today. when I try to resolve CORS issue of my Hubs Cloud, I refer to page: #2890 Please help me out of here, I have urgent project based on it. I open Chrome Dev console and here is one of error logging: Thanks! |
Beta Was this translation helpful? Give feedback.
-
@robinkwilson |
Beta Was this translation helpful? Give feedback.
The CSP error isn't likely to be related to your S3 quota being exceeded, but that is likely to cause you other problems.
I haven't configured a CDN myself on Hubs, but I expect you need to add the CDN domains to the CSP whitelist somehow. This is the list that the page is allowed to download content from to avoid injections of HTML that download malicious script files.
Check your CDN config in Hubs.