What is the name of the domain?
What is the issue you’re encountering
I use Cloudflare DNS for my website. I tried to upload file from the frontend to my server. I got Cloudflare error page with 520 code when file is bigger than 1MB.
What feature, service or problem is this related to?
I don’t know
What are the steps to reproduce the issue?
- I sent a request to the server with Postman and it doesn’t work with the image that size’s bigger than 1MB. So, I think it’s not a problem with my front end.
- I tried running the server on my computer and sending requests to it with Postman. It works. So, I think it’s also not a problem with my server.
I also check the response header size if it’s too big but it’s not. It’s just around 400B - I ran a curl command on the server to send a request to my docker endpoint on the server. It works. So, I don’t think it’s a problem with my gateway configuration. I use self-host Coolify. I sent the request to the coolify-proxy which is traefix one.