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
// This is a workaround to make user be able to login again, the root cause is where the node config migration
562
-
// failed caused by adding new columns to the node config table, it's been fixed in PR: https://github.com/status-im/status-go/pull/6248.
563
-
// Details for the issue: it prevent user from login, it happens when old mobile user ignore upgrade the app to the version which introduced the node config migration
564
-
// and choose to upgrade a higher version instead, after upgrading, user first attempt to login will fail because the node config migration will fail.
565
-
// and second attempt to login will cause an empty node config saved in the db.
0 commit comments