I have installed EspoCRM on my shared CPanel host, in a subfolder under my domain / website folder.
This domain goes through Cloudflare
Unfortunately I am met with a blank screen whenever I try to access the installation url.
My browser console reports the following error:
This suggests to me that Cloudflare is blocking the execution of EspoCRM scripts (Rocket loader is part of Cloudflare)
Assuming this is indeed the problem, how can EspoCRM be made to coexist with Cloudflare?
This domain goes through Cloudflare
Unfortunately I am met with a blank screen whenever I try to access the installation url.
My browser console reports the following error:
HTML Code:
rocket-loader.min.js:1 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' 'nonce-256fd139ce794b4a2599968ebf87558f' 'unsafe-eval' https://maps.googleapis.com". Either the 'unsafe-inline' keyword, a hash ('sha256-AWqEbNhco56dgXT9VaVciZo04FCjiAuqoUJOLg04Xv4='), or a nonce ('nonce-...') is required to enable inline execution.
Assuming this is indeed the problem, how can EspoCRM be made to coexist with Cloudflare?
Comment