Forced upgrade to Functions Level 1 even without using function

I have a nextjs site without any function, but just went over the level 0 requests limit for some reason. I see these 3 functions in the Functions tab, but none of them have any log.

  • ___netlify-handler
  • ___netlify-odb-handler
  • _ipx

Anyone know what is using up all the requests count?

Hi there Sean1,

thanks for writing in about this. Very high level, running Next on Netlify requires the use of functions, and, of course, if your Next site gets a lot of use, it is possible that you will be bumped to functions level 1 as happened here.

You can read a little more in the Netlify next plugin documentation (we always incourage folks to read the docs before they install things, we try hard to keep things up to date!

GitHub - netlify/next-runtime: The Next.js Runtime allows Next.js to run on Netlify with zero configuration and also 1-liner here: Next.js on Netlify | Netlify Docs

If you have any further questions, do let us know.