I have filled a csv file with a product that has many variants using the product-import-template by medusa
I have configured local file plugin and the file gets uploaded locally to uploads/images.
But then I receive an error:
info: Processing batch.created which has 1 subscribers
error: An error occurred while processing batch.created: QueryFailedError: SQLITE_ERROR: no such savepoint: typeorm_8
How can I solve this? And is there another way to do batch product creating?
#Error while importing from product template
9 messages · Page 1 of 1 (latest)
Well, after upgrading to medusa 1.12 and connecting to postgres. I tried again, the error now is:
error: An error occurred while processing batch.created: Error: Not implemented
Any help?
The file storage you are using is probably the local one and does not implement the required method for protected files
You're correct, I'll try with S3
I added S3 successfully
info: Processing batch.created which has 1 subscribers
error: An error occurred while processing batch.created: QueryFailedError: unsupported Unicode escape sequence
Works fine now, turns out I should've converted excel to csv correctly
After that I got more errors, but fixed them by adding currency, adding missing values, etc..
i am a newbie. why doesnt the template file work on import? what do I have to do
You have to have a file plugin like S3 not the local one
I'm using cloudinary to store files, but I experiment "import failed" error when I try to upload any CSV even the template CSV. I tried to leave empty the image fields but got the same error.