I am using App router, I checked logs there are serverless functions too much. How can I stop this ?
Hey @zeonagames. With Next.js 15, dynamic is the default. If you want to lower serverless function usage, you can use caching strategies to reduce the frequency of function calls. More details about those options can be found in the docs: Building Your Application: Caching | Next.js
I hope that helps!
I tried It doesnt help, my project dynamically create pages I checked localhost, It doesnt run function without I visit page. But In Vercel I deployed It runs functions all pages, there are 200k pages around I dont want to do this, I dont understand why is that happening? there is someting to do this in vercel, this is not about my project.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.