_routes.json tells cloudflare which routes are to be used with workers and which shouldn't be
_routes.json tells cloudflare which routes are to be used with workers and which shouldn't be
_headers _routes _worker.js _worker.js.map filesCloudflare API in Pages Functions may also have been affected returning intermittent 500 errors.Thanks for the report @simpson2
A fix has been implemented and we are monitoring the results.
functions/, and if so, will it become a route?functions/? Say I have web/src/utils.ts, can I import that from a function?
fetch options and I'm at my wit's end... https://developers.cloudflare.com/images/image-resizing/resize-with-workers/#an-example-worker
functions/utils.ts, will that automatically become a route too, or does it need a onRequest or onRequestGet/Post/etc to become a route (which becomes listed in _routes.json which is automatically generated)onRequest* export is present

npx wrangler pages dev -- npm run dev http://127.0.0.1:8788/helloworld = "Hello World"nuxt.js) and i don't know how to override this / configure it to point to the pages function._routes_worker.js.mapfunctions/functions/web/src/utils.tsfunctions/utils.tsonRequestonRequestGet/Post/etconRequest*npx wrangler pages dev -- npm run devhttp://127.0.0.1:8788/helloworld = "Hello World"nuxt.js