I am getting the error The server cannot process the image. This can happen if the server is busy or does not have enough resources to complete the task. Uploading a smaller image may help. Suggested maximum size is 2560 pixels. when trying to upload an image. The image is a very small image that weighs around 60kb. This error happens for all images I try to upload.
I have wp-stateless set to ephemeral. I am also able to upload photos directly to the filesystem if I disable wp-stateless.
When I go into stateless-settings and hit sync, I get the error Path cannot be empty. I have the WP_STATELESS_MEDIA_KEY_FILE_PATH config var set to null, and my json set in WP_STATELESS_MEDIA_JSON_KEY.
Any idea what my issue could be?
I am getting the error
The server cannot process the image. This can happen if the server is busy or does not have enough resources to complete the task. Uploading a smaller image may help. Suggested maximum size is 2560 pixels.when trying to upload an image. The image is a very small image that weighs around 60kb. This error happens for all images I try to upload.I have wp-stateless set to
ephemeral. I am also able to upload photos directly to the filesystem if I disable wp-stateless.When I go into stateless-settings and hit
sync, I get the errorPath cannot be empty. I have theWP_STATELESS_MEDIA_KEY_FILE_PATHconfig var set tonull, and my json set inWP_STATELESS_MEDIA_JSON_KEY.Any idea what my issue could be?