if I use cloudflare pages to just host a static website with html/css do I need to look into the wor

if I use cloudflare pages to just host a static website with html/css do I need to look into the workers part?
18 Replies
fredddde
freddddeOPβ€’17mo ago
as in, would i benefit for paying to get bundled/unbound for my website or is that not affecting me?
Erisa
Erisaβ€’17mo ago
static asset requests are free and dont touch workers or functions, so no it wont impact anything and youre good to go as-is
fredddde
freddddeOPβ€’17mo ago
ah crap, i did try to add that and payed for it, is it possible to refund that? as in, i paid for the 5$ workers suite
Erisa
Erisaβ€’17mo ago
You can request one by opening a Billing support ticket: https://dash.cloudflare.com/?to=/:account/support I'm not on the Billing support team so I'm not 100% clued up with their policies there, at least not off the top of my head
fredddde
freddddeOPβ€’17mo ago
alright thanks
Unknown User
Unknown Userβ€’17mo ago
Message Not Public
Sign In & Join Server To View
cystemz
cystemzβ€’17mo ago
Yes
𝐁𝐞𝐫𝐚𝐝
guys can someone help me please how can i track my analytics on my .pages.dev website like how many people clicked and some other informations like that
Marius Gundersen
Marius Gundersenβ€’17mo ago
Is there a way to limit which users can direct upload to pages? I don't really want people on my team to upload to production from their local machine, but they should be able to create a preview branch. Is there a way to limit this?
zsmooth
zsmoothβ€’17mo ago
I don’t think there is with direct uploads. You would probably have to do this via GitHub actions or similar.
Elliot Hesp
Elliot Hespβ€’17mo ago
I've got a webhook endpoint on my Remix app deployed to pages. And every now and again it throws a 503 server error back, without ever getting to my application (no request logs). It's as though pages is down / rejects the request and I have no idea why. Is it possible to debug this?
EvanPiro
EvanPiroβ€’17mo ago
How long does the cloudflare pages cache take to clear after a deployment?
zegevlier
zegevlierβ€’17mo ago
You should see the new deployment pretty much immediately
Elliot Hesp
Elliot Hespβ€’17mo ago
Ok memory limit exceeded :/
upinthisjoynt
upinthisjoyntβ€’17mo ago
Hi Everyone, as of this morning, Sonic Drive-in (www.sonicdrivein.com) has joined Arby's and Buffalo Wild Wings on Cloudflare Pages. So far so good! Please feel free to ask questions if you have any and I will answer as much as I can.
James
Jamesβ€’17mo ago
Very cool!
Elliot Hesp
Elliot Hespβ€’17mo ago
Pages is really missing log push 😭😭😭
Giacomo
Giacomoβ€’17mo ago
hello, I am doing a static website in Nuxt and I've seen that some routes are generated automatically from the files present in the /public folder. According to the documentation, (https://developers.cloudflare.com/pages/platform/functions/routing/#functions-invocation-routes), there is a limit of 100 routes. You may have no more than 100 include/exclude rules combined. Are in this 100 routes counted the ones generated automatically? If so, how can I do to create a wildcard to all the files (so that I don't 'waste' them)?
Routing Β· Cloudflare Pages docs
Functions utilize file-based routing. Your /functions directory structure determines the designated routes that your Functions will run on. You can …

Did you find this page helpful?