Tobias
Explore posts from serversCDCloudflare Developers
•Created by veeque on 1/29/2025 in #pages-help
What's the difference between Cloudflare Pages and Workers Frameworks?
From my understanding I need to setup my domain within cloudflare for that to work.
But with pages I can setup a api.mydomain.com and only point that subdomain via cname to a pages project within cloudflare without moving the whole domain to cloudflare
14 replies
CDCloudflare Developers
•Created by veeque on 1/29/2025 in #pages-help
What's the difference between Cloudflare Pages and Workers Frameworks?
Will cname custom domains be supported for cloudflare workers also?
14 replies
DTDrizzle Team
•Created by _Zaizen_ on 1/29/2025 in #help
Uuid always the same with Bun randomUUIDv7() (?)
Try this, this is how I do it in my code and it works, although I don't use the randomUUIDv7() function.
uuid: text("uuid").$defaultFn(() => randomUUIDv7()).notNull()
7 replies
DTDrizzle Team
•Created by _Zaizen_ on 1/29/2025 in #help
Uuid always the same with Bun randomUUIDv7() (?)
Try changing it to
uuid: text("uuid").default(() => randomUUIDv7()).notNull()
I.e. an arrow function within default7 replies
CDCloudflare Developers
•Created by Tobias on 7/24/2024 in #pages-help
Trying to delete a cloudflare pages project
@Erisa Thank you for helping me out!
8 replies
CDCloudflare Developers
•Created by Tobias on 7/24/2024 in #pages-help
Trying to delete a cloudflare pages project
@Erisa Absolutely
Project name: old-project-neo
Account ID: f12fbed58509c482af4cf50d8b7e2c76
8 replies
CDCloudflare Developers
•Created by Tobias on 7/24/2024 in #pages-help
Trying to delete a cloudflare pages project
I have removed all the custom domains. It has a total of 116 deployments. Last one was a month ago
8 replies
DTDrizzle Team
•Created by Tobias on 6/25/2024 in #help
Insert returning and left join
Thank you for the information @Sillvva
3 replies
DTDrizzle Team
•Created by Tobias on 5/23/2024 in #help
Two tables that references each other
Thanks for the information!
3 replies
DTDrizzle Team
•Created by Tobias on 2/16/2024 in #help
Filter on many to many relationship
Hi @solo , thank you for your reply. I figured it was a bit more complex than non working solution.
4 replies
CDCloudflare Developers
•Created by chronisftl53 on 9/17/2023 in #workers-help
Cloudflare pages can't set up custom domain. If is emoji domain

5 replies
CDCloudflare Developers
•Created by Tobias on 9/7/2023 in #general-help
Cloudflare for SaaS custom domains webhooks for status updates
@kody4334 thanks for looking into it. Do you know how other customers approach this currently? What would be the best approach here in the absence of webhooks?
We are currently planning to do some kind of interval call to the api endpoint for domains that don’t have the status active. And domains with the status active we will just check every night to see if they change.
5 replies
CDCloudflare Developers
•Created by Tobias on 7/17/2023 in #pages-help
Adding custom domain with to cloudflare pages with åäö in it (IDN)
@Walshy | Pages Can confirm it is resolved, thank you for helping out so quickly!
8 replies
CDCloudflare Developers
•Created by Tobias on 7/17/2023 in #pages-help
Adding custom domain with to cloudflare pages with åäö in it (IDN)
I was too fast for my copy pasting skills, sent you the right one
8 replies
CDCloudflare Developers
•Created by Tobias on 7/17/2023 in #pages-help
Adding custom domain with to cloudflare pages with åäö in it (IDN)
@Walshy | Pages I sent it in a private message
8 replies
CDCloudflare Developers
•Created by philbookst on 5/18/2023 in #pages-help
Error 522 when trying to setup a vanity domain via cf for saas
@philbookst I am trying something similar, and was also looking at Cloudflare Saas solution.
But how did you use your own subdomain as the cname value instead of *.pages.dev?
11 replies