why I see on the website it said that the limit is 10MB. Can you share the link for 25 MB limit?
why I see on the website it said that the limit is 10MB. Can you share the link for 25 MB limit?
getRequestContext and use its fetch methodmiddleware.ts? or create it under functions/_middleware.ts?functions/?
middleware.ts functions/ is incompatible with next-on-pages, you cannot use those at all middleware.ts?functions/?middleware.ts being used with next-on-pages here: https://github.com/dario-piotrowicz/next-apps-for-testing/tree/master/apps/middleware-13.2.4
functions/ or full stack Next.js without functions/ 
export default {
fetch: app.fetch,
scheduled: async (c, env, ctx) => {}
} satisfies ExportedHandler<Env>;