Invocation routes

Hello all - In Cloudflare Pages, in deployment details under the functions tab, there's a section at the bottom titled "Invocation routes" and it shows: { "version": 1, "description": "Built with @cloudflare/[email protected].", "include": [ "/" ], "exclude": [ "/_next/static/" ] } Is it possible to choose the version of @cloudflare/next-on-pages? We think we've been having some problems related to 1.11.3 and our Sanity CMS (we've seen increased Sanity API requests since our builds started using 1.11.3) and want to test using a previous version where we didn't have the issue. #pages-help
1 Reply
eriwek
eriwek5mo ago
@JesseG Yes, you can choose the version of @cloudflare/next-on-pages in your project. Update your package.json to specify the desired version by changing the version number in the dependencies section. Run npm install to install the specified version, then redeploy your Cloudflare Pages project. This should allow you to test and see if the issues with Sanity CMS are resolved by using a different version.
Want results from more Discord servers?
Add your server