workers-help
pages-help
general-help
durable-objects
workers-discussions
pages-discussions
wrangler
coding-help
kv
🦀rust-on-workers
miniflare
stream
general-discussions
functions
zaraz
âš¡instant-logs
email-routing
r2
pubsub-beta
analytics-engine
d1-database
queues
workers-for-platforms
workerd
web3
🤖turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows-beta
I'm having trouble with nested routes in
functions/users/friends/index.ts
will serve a request to /users/daniel/friends
, in theory displaying a list of all the friends of daniel, but Im just getting the root app page instead of function output. Do I need to just use a [[catchall]].ts file at functions/users/[[catchall]].ts
and handle all of the logic there, or am I doing something wrong?emails from functions
hi there!
./frontend/
.
Pages builder complains about [build]
section not valid for Pages.
I'd like to set the build settings like this:...Usually Hugo, but I have successfully
Looking at the linked tutorial, it
/functions
folderIt seems like I always get a MISS for
Thanks for still thinking about it.
It does not return anything as the fetch never completes, so the function just shows 500 internal error on the server but doesn't execute any further. I tried shortcircuit with datares.status to check for 500 but it doesn't work that way as by that time the function errors out and not the origin server (for which datares checks for).
The 500 error is the function error but nothing is checking for the function error itself. I am not sure if I am explaining it well. ...
In my case I got these results:
Hey All, I am trying to understand how
@auth/sveltekit! I have the same issue
Using @sveltejs/adapter-cloudflare21:38:26.511 ✘ [ERROR] Could not resolve "crypto"...
Quick question around `pages dev`
pages dev
functions and restarting on code changes.
I've got a function that re-exports onRequest
from a different folder, and I use the wrangler dev bundling. The details are here: https://discord.com/channels/595317990191398933/1155875351201861632/1192079412615708674
For some reason during dev, codechanges are not applied without having to restart. Is this a bug?...Pages Functions as API
Send emails from a pages function
Hey guys, I have a question.
No Errors for POST Formdata
Hey all using SvelteKit in Cloudflare
wrangler pages dev -e dev -- vite dev
(proxy mode). Unfortunately it seems that a Location
header doesn't make it all the way back to my browser but instead wrangler/workerd/mf is following the redirect internally. Is there a way to enable this passthrough? I saw the attached note but not sure if that's the same thing. Strangely, it seems that other SvelteKit headers are passed through, i.e X-Sveltekit-Page
, bu...