-
This looks like a CSP issue. It seems Cloudflare is injecting some analytics and mastodon's CSP disallows external js. Are you able to disable the analytics? Maybe Speed -> Browser insights -> Configurations but I am not sure (from https://community.cloudflare.com/t/how-to-disable-cloudflare-analytics-tracking/26307/4)
-
-
@girish yes I disabled analytics and unfortunately I still have the same problem, It did work for a bit, after I fixed the first issue, the mobile site worked well. I fell asleep and woke up to this problem. Would anything else help, maybe a picture of my dns setup or something from cloudron?
-
-
@stvslkt From what I saw then, cloudflare was injecting some browser analytics which was blocked by Mastodon's CSP.
I tested a test instance of Mastodon with Cloudflare and for me it loaded just fine. But my installation did not have that browser analytics injected. Maybe you can reach out to cloudflare and ask them why it's getting injected. You can see it in the browser console that the js script is blocked.
-