is there some way to see the logs of the pages functions themselves? so I can see exactly what's inv
is there some way to see the logs of the pages functions themselves? so I can see exactly what's invoking it?
{"version":1,"description":"Built with @cloudflare/next-on-pages@1.9.0.","include":["/*"],"exclude":["/_next/static/*", "/public/*", "/favicon.ico", "/fonts/*", "/images/*"]}Real Time Logs._routes.json file
favicon.ico, fonts/*, etc.next/output, or whatever the output directory is?.vercel/output/static after running npx @cloudflare/next-on-pages. and it matches what's in the screenshot despite what I put into the custom _routes.json file in the public folder (it even overwrites the one in the public folder)_routes.json support with NextOnPages because it breaks middleware.vercel on my repo. how can I modify the file on cloudflare servers?mv -f _routes.json .vercel/output/static/_routes.json in your build command?
public folder and not in the root directory despite what this comment says https://github.com/cloudflare/next-on-pages/issues/5#issuecomment-1328327244 I wonder if this is a recent changefetch inside Pages? fetch always invoke my api but cache work when I browse the URL directly from browser {"version":1,"description":"Built with @cloudflare/next-on-pages@1.9.0.","include":["/*"],"exclude":["/_next/static/*", "/public/*", "/favicon.ico", "/fonts/*", "/images/*"]}Real Time Logsfavicon.icofonts/*.next/output.vercel/output/staticnpx @cloudflare/next-on-pages.vercelmv -f _routes.json .vercel/output/static/_routes.jsonPages