Increase Upload Size
By default, PHP and NGINX configs have the default upload limit of 2MB.
This limit can be increased to a reasonable size like 12MB to accommodate larger image size upload.
Search for the lines post_max_size and upload_max_size, and change them to a higher limit.