I am trying to add an APK to an existing application but the upload stops at 0.1 mb.
In the developer tools I can see that the request returned 413 (Content Too Large).
I even tried uploading an APK that was already there (to check if the file size was indeed the problem) and it gives the same error.
What can be causing this?