akazwz
akazwz
CDCloudflare Developers
Created by akazwz on 7/26/2024 in #pages-help
Vite with vite-plugin-wasm Deployment failed!
use this plugin vite-plugin-top-level-await can build. but the server return 500 with no reason
2 replies
CDCloudflare Developers
Created by marksfrancis on 7/21/2024 in #pages-help
Image Transforms on pages
yes, you are right. pages function won't work.
5 replies
CDCloudflare Developers
Created by marksfrancis on 7/21/2024 in #pages-help
Image Transforms on pages
there are 3 ways to do that ~~1. pages function with custom domain: fetch image url with cf options~~ 2. a seperate worker with custom domain and then fetch without cf option 3. use wasm to deal with image processing like rust image or something note: if u want to use cf image transform. u must need custom domain
5 replies
CDCloudflare Developers
Created by Tweak on 7/19/2024 in #workers-help
Stop worker from running after X amount of requests to it.
the workaround is use cloudflare api to detect your request count and reach limit then disable route
2 replies