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?
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!