#Error while importing from product template

9 messages · Page 1 of 1 (latest)

native stump
#

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?

native stump
#

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?

stray turret
#

The file storage you are using is probably the local one and does not implement the required method for protected files

native stump
#

You're correct, I'll try with S3

native stump
#

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

native stump
#

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..

upbeat raft
#

i am a newbie. why doesnt the template file work on import? what do I have to do

native stump
#

You have to have a file plugin like S3 not the local one

strange canopy
#

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.