New installation being blocked

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ArchPrime
    Junior Member
    • May 2025
    • 4

    New installation being blocked

    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:

    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.
    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?
    Last edited by ArchPrime; Today, 12:31 PM.
  • lazovic
    Super Moderator
    • Jan 2022
    • 948

    #2
    Hi ArchPrime,

    In this case, you should either disable Rocket Loader in Cloudflare or move your EspoCRM installation to a test subdomain without CSP (Content Security Policy).

    Comment

    Working...