You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
I put all the images in a zip file and referenced them in the csv. If I'm uploading just one or a few images in the zip file, they upload file. However, when I attempt to upload a large number of images, such as 50, it returns with a "419 page expired" error.
I checked the max upload filesize and the max upload number of files in php.ini and there's no issues there.
The text was updated successfully, but these errors were encountered:
Update, images stopped uploading completely. I reference the images in the CSV and upload the zip along with the CSV, and when I check storage I see that the image successfully uploaded. But no link has been made to the product. The table "product_images" does not get updated. I've attached the sample CSV and zip that I'm trying to use.
I put all the images in a zip file and referenced them in the csv. If I'm uploading just one or a few images in the zip file, they upload file. However, when I attempt to upload a large number of images, such as 50, it returns with a "419 page expired" error.
I checked the max upload filesize and the max upload number of files in php.ini and there's no issues there.
The text was updated successfully, but these errors were encountered: