Projects using Fluid Compute even though it's not enabled

I noticed that in the Vercel dashboard it was showing projects that I don’t remember enabling Fluid Compute for.



I am having the same issue.

Do you have middleware or edge functions? Those are now powered by Vercel Functions with Fluid compute. To check, you can click Runtime / Type on the screen from that first screenshot to see the runtime (e.g. edge, nodejs) and type of function (e.g. middleware, function)

So even though you don’t have fluid compute enabled, Vercel automatically runs those with fluid compute and bills them to your fluid compute costs? I know the two projects that show fluid compute even though it’s not enabled don’t have a middleware.ts file in them. What then is considered an edge function? AFAIK I am just making fetch requests with sanity’s fetch function.

I checked and realized that I had middleware in place removing it resolved the issue.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.