This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Getting REQUEST ENTITY TOO LARGE error on deploy, the requirements are fairly minimalistic #616
Unanswered
manangupta19
asked this question in
Help
Replies: 3 comments 12 replies
|
Clone the micro using deta clone in a new directory and check if there is any unnecessary |
1 reply
|
Clone the repo and try to see if it has anything necessary, and also remove all the dependencies (empty requirements) , deploy, add again and deploy |
8 replies
|
Please try creating a new micro with the following The problem seems to be due to |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I have the following dependencies in my requirements.txt:
fastapi
numpy
opencv-python-headless
python-multipart
The other files are only a few KBs in size. The exact error is:
Error: failed to update dependencies: Request entity too large
All reactions