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
I created manually "ian_commerce" database. (I guess you should add this to the instructions too)
When running yarn start, i get:
[run:server] QueryFailedError: ER_TABLE_EXISTS_ERROR: Table 'country_translation' already exists
every time I retry it's a variation of this error. (other table).
How can I solve this?
thank you
The text was updated successfully, but these errors were encountered:
I did a fresh install of vendure using the command line tool. For me the issue was that the vendure version here was setup for myself instead of mariadb. I ran though the installer, changed the config file to suit this setup (ports etc) and it can be used fine.
That said, my test orders never make it into the admin panel in vendure, they get stuck at "adding items to cart" even though I've completed the checkout process.
so i followed the instructions.
I created manually "ian_commerce" database. (I guess you should add this to the instructions too)
When running yarn start, i get:
[run:server] QueryFailedError: ER_TABLE_EXISTS_ERROR: Table 'country_translation' already exists
every time I retry it's a variation of this error. (other table).
How can I solve this?
thank you
The text was updated successfully, but these errors were encountered: