-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot create property 'Symbol(level)' on string #6877
Labels
Comments
The issue was coming from calls to |
sradevski
added a commit
that referenced
this issue
Mar 29, 2024
* fix(inventory): cannot migrate existing products (#6877) * chore: add changeset (#6821) --------- Co-authored-by: Geoffroy Empain <[email protected]> Co-authored-by: Stevche Radevski <[email protected]>
same issue with me as well...
|
I had the same problem. I commented out all the logger_1.default.log(...) code in migrate-inventory-items.js file and the migration went fine 🤷🏼♂️
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Describe the bug
Trying to enable the multi warehouse module, I get an error when running:
System information
Medusa version (including plugins):
Node.js version:
Database: Postgres
Operating system: Mac
Browser (if relevant): Chrome
Steps to reproduce the behavior
node ./node_modules/@medusajs/medusa/dist/scripts/migrate-inventory-items.js
Expected behavior
I would expect no error.
Screenshots
Code snippets
Additional context
The text was updated successfully, but these errors were encountered: