Whisper Endpoint on AWS returning 413

I created an endpoint using the UI on AWS. In the small UI widget at the bottom I upload a 11mb wav file, and I get a 413 error

How can I debug this? The logs really show nothing.

Hello @faisalabid,

it could be possible that the widget timeout. The “widget” supports only 60s for request time. You can use the “copy as cURL” and run it programmatically or test with a shorter audio file.

I don’t think it is connected with API itself.

From experience of mine it is server side error.
E.g. nginx by default returns 413 Request Entity Too Large erorr (see e.g. amazon web services - client intended to send too large body EB Nginx - Stack Overflow).

So, maybe, it is limitation of your endpoint created.