Getting: Error 503 Response object too large

Are there any known limit for the file size?

1 Like

I don’t believe there is, do you happen to know the size of the resource?

Also hitting this - seems to trigger around 100MB. Explicitly sending a FileResponse from Django REST framework, and getting the following response:

Error 503 Response object too large
Response object too large

Guru Mediation:
Details: cache-sjc10026-SJC 1641940999 349056094

Varnish cache server

Seems to be from the proxy, django running in docker container w/ Vue front end (vue as static)

Are you also using Python here perhaps?

John B