i'm getting Status Code 403 from nginx<->php7.4 for wordpress
user <-> httptpS <-----------> httptpS <-> nginx <-> wordpress
only for a post method, the returned async response i get status 403. the rest of the get / post method seems fine.
this happens when i try to upload an image to wordpress
error msg from wordpress:
Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 pixels.
Reponse header...
i'm getting Status Code 403 from nginx<->php7.4 for wordpress
user <-> httptpS <-----------> httptpS <-> nginx <-> wordpress
only for a post method, the returned async response i get status 403. the rest of the get / post method seems fine.
this happens when i try to upload an image to wordpress
error msg from wordpress:
Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 pixels.
Reponse header...` Request Method: POST
Status Code: 403
Remote Address: 123.123.123.123:443
Referrer Policy: strict-origin-when-cross-origin `
how do i resolve this? what am i missing?