Firu
Explore posts from serversCDCloudflare Developers
•Created by Firu on 7/12/2024 in #pages-help
Can I move Web Analytics data to another site?
I have two instances; one was setup with the automatic method & the other with the JS snippet. I have deprecated the JS snippet one, but I would like to keep the analytics intact when transitioning to the automatic one. Is there a way to do this?
2 replies
CDCloudflare Developers
•Created by Firu on 7/5/2024 in #workers-help
CRON Trigger execution time limit for Workers Paid?
8 replies
CDCloudflare Developers
•Created by Firu on 6/16/2024 in #pages-help
RSCs Use Function Requests with Next on Pages?!
7 replies
CDCloudflare Developers
•Created by Firu on 6/14/2024 in #pages-help
Cloudflare not Caching next/image Images
Can someone help me debug and check the request & response headers? All my images keep getting DYNAMIC
cf-cache-status
values.
https://wuwatracker.comI have a cache rule for webp and png images already that looks like this:
(http.request.uri.path.extension eq "webp") or (http.request.uri.path.extension eq "png")
When I used a page rule for wuwatracker.com/*
, it kept giving me MISS
or EXPIRED
cache hits.2 replies
Does Hono Cloudflare Pages work with `@supabase/supabase-js`?
Logs
These were my errors on
bun run dev
, full logs attached.
Code
Check it: https://github.com/Luzefiru/netzwelt-ats/blob/feat/supabase-integration/vite.config.ts19 replies