Viktor
Viktor
CDCloudflare Developers
Created by Pumpy on 4/27/2025 in #general-help
R2 with WordPress only GLB files are not showing!
Do you mean this one? It does seems to work here (Chrome and Safari, both MacOS)
2 replies
CDCloudflare Developers
Created by Alex on 4/23/2025 in #general-help
Insecured notice when visiting site sometimes
I have that exact same message sometimes on all kind of different websites, too - but only in incognito, and since I‘m using MacOS (M4 / 15.4.1) Even pages like Microsoft 365 admin center are affected. After confirming that everything is okay on that dialog the page loads properly and shows a valid ssl cert. I did never bother enough to troubleshoot that, because to fix it takes two clicks until the issue occurs again, and I‘m mostly using Safari anyways. People with same issue in 2021: https://support.google.com/chrome/thread/129644946/error-message-your-connection-is-not-private-also-in-incognito-mode Same issue, MacOS, Chrome, Incognito
11 replies
CDCloudflare Developers
Created by roign on 4/24/2025 in #pages-help
Function not updating
Pages keeps old versions of your deployments under different subdomains; e.g. 123aa678.myproject.pages.dev. If you upload a new version, your old version is still available under that domain, and your new version has e.g. 234bb789.myproject.pages.dev. Did you check, that you are either using the updated url, or the root url myproject.pages.dev?
5 replies
CDCloudflare Developers
Created by thenasim on 4/21/2025 in #workers-help
Having Trouble Getting D1 to Work in Local Development with Drizzle ORM?
Does querying your database without drizzle work?
const result = await env.DB.prepare(
"SELECT * FROM users;",
).run();
const result = await env.DB.prepare(
"SELECT * FROM users;",
).run();
Did you setup your local database? npx wrangler d1 create DB —local It seems lile drizzle did not or could not init your database. (Written on my phone, code untestet)
6 replies
CDCloudflare Developers
Created by Skins on 2/12/2025 in #general-help
express node js on cloudflare pages and worker
We cannot give you an example of how to refactor your code, as we do not know how your current code is structured and "that example" of refactoring does not exist. Depending on the extend of your current project, the following article may help to give you a brief overview of how Cloudflare Workers work: https://medium.com/codex/my-first-cloudflare-worker-5cdb453725fe Small hint: in the wrangler.toml the author uses wrong quotation marks. There the regular " " must be used.
7 replies
CDCloudflare Developers
Created by norrisiv on 2/12/2025 in #general-help
Transferring a newly purchased domain without updating nameservers?
I am not quite sure if I got your problem. Your client registered his domain somewhere else, e.g. GoDaddy You want to use Cloudflare for the domain But you can't change the nameservers of the domain to those *.ns.cloudflare.com nameservers? In that case: https://developers.cloudflare.com/fundamentals/setup/use-cloudflare-without-changing-nameservers/ You need a subscription for it, though Depending on your TLD you could also move the domain in whole to CF Registrar; I did so for my .org and .com domains /e: when doing so you will always have Cloudflare as dns server, though
2 replies