Gabriel Francisco
Gabriel Francisco
Explore posts from servers
CDCloudflare Developers
Created by Gabriel Francisco on 4/24/2025 in #workers-help
Create alert for high error rate on worker
Is it possible to create an email alert when my worker is throwing too many errors based on the logs? Like Google Cloud does.
1 replies
HHono
Created by Gabriel Francisco on 8/21/2024 in #help
[RPC] is it possible to send a Blob on the body or I really need to use formdata in this case?
How can I send a blob using RPC hono client?
2 replies
CDCloudflare Developers
Created by Gabriel Francisco on 1/8/2024 in #workers-help
How to use the hibernatable websocket API on workers + durable objects?
I'm creating a worker + DO that accept websocket requests. I'm a little bit confused of how do I implement the hibernatable API. Does someone have an example? And also, how do I know that I did it right?
3 replies
CDCloudflare Developers
Created by Gabriel Francisco on 7/7/2023 in #workers-help
can't make route matching work with wildcard subdomain
I just created the worker with the starter proxy template and added my route (*.app.jeto.ai) and it don't work, am I doing something wrong? Should I create something on the zone?
13 replies
CDCloudflare Developers
Created by Gabriel Francisco on 5/25/2023 in #pages-help
Using builtin node packages on build process cause errors
hello, is it possible to have firebase-admin on cloudflare pages? it keeps getting an error on build, because it relies on node packages
error during build:
Error: Build failed with 158 errors:
node_modules/@fastify/busboy/deps/dicer/lib/Dicer.js:3:31: ERROR: Could not resolve "stream"
node_modules/@fastify/busboy/deps/dicer/lib/Dicer.js:4:25: ERROR: Could not resolve "util"
node_modules/@fastify/busboy/deps/dicer/lib/HeaderParser.js:3:29: ERROR: Could not resolve "events"
node_modules/@fastify/busboy/deps/dicer/lib/HeaderParser.js:4:25: ERROR: Could not resolve "util"
node_modules/@fastify/busboy/deps/dicer/lib/PartStream.js:3:25: ERROR: Could not resolve "util"
error during build:
Error: Build failed with 158 errors:
node_modules/@fastify/busboy/deps/dicer/lib/Dicer.js:3:31: ERROR: Could not resolve "stream"
node_modules/@fastify/busboy/deps/dicer/lib/Dicer.js:4:25: ERROR: Could not resolve "util"
node_modules/@fastify/busboy/deps/dicer/lib/HeaderParser.js:3:29: ERROR: Could not resolve "events"
node_modules/@fastify/busboy/deps/dicer/lib/HeaderParser.js:4:25: ERROR: Could not resolve "util"
node_modules/@fastify/busboy/deps/dicer/lib/PartStream.js:3:25: ERROR: Could not resolve "util"
22 replies