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
Migration fails on startup on first start after migration to v1.12.0
Get this error
0|reaction | TypeError: Cannot convert undefined or null to object
0|reaction | at Function.keys (<anonymous>)
0|reaction | at items.forEach (imports/plugins/core/versions/server/migrations/25_update_catalog_schema.js:28:12)
Steps to Reproduce
Start Reaction with a previous version and load data
Upgrade to v1.12.0
Observe error on startup. Migrations become locked
@spencern We should probably hotfix this in 1.12.1. It fails the migration if you have products that were never manually positioned (or for some reason don't have a positions object on them).
Issue Description
Migration fails on startup on first start after migration to v1.12.0
Get this error
Steps to Reproduce
Versions
Node: 8.9.4
NPM: 5.6.0
Meteor Node: 8.11.2
Meteor NPM: 5.10.0
Reaction CLI: 0.29.0
The text was updated successfully, but these errors were encountered: