I just started a new Next project with prisma and have configured it as described at https://neon.tech/docs/guides/prisma for Prisma works with the Postgres (Neon) on edge.
After push it the deploy failed on Vercel with the following message: The Edge Function "middleware" size is 1.01 MB and your plan size limit is 1 MB. I am pretty sure it's an issue once the project is a new and clean project, there is no functions on it, only configurations and connection with the Prisma.
I also ran @next/bundle-analyzer that shows my middleware is less than 300kb Any idea how to fix it?
