I have two folders in project, one is a nextjs frontend called scholiumapp and the other is a python fastapi backend call Scholium. However, I don’t know how to deploy this project on vercel and I have been trying for two days now. Everytime I try to deploy my backend on its own, I get:
A Serverless Function has exceeded the unzipped maximum size of 250 MB
even though my project is relatively small.
I also see other projects that also have a similiar structure to mine, but they seem to be able to make it work.
Any help would be appreciated.