Open olineham opened 6 years ago
This is similar to the issue Mark reported on Slack the other week while trying to update the profile image, I think our NGINX is trying to POST to the error/maintenance page S3 container which is obviously disallowed.
We are going to need to revamp the nginx config to ensure it is serving assets correctly for the current update so I might fix it then, else it'll be fyi-next+1. (Target for fyi-next+1 but it might get fixed in the process of fyi-next)
Seen in FF63 when using a generated "upload URL" to respond through the web with a 65MB file. The browser is redirected after the upload, but gets:
Most likely the wrong kind of redirect which causes the browser to re-POST not switch to GET (e.g. 307 instead of 303, or a 302 with the browser surprisingly adhering to spec by not changing method).