The current production database seems to be missing credentials for some users (e.g. default admin and customer accounts). It seems to be some issue with how Loopback manages database migrations, but we will likely just have to backup the database, then attempt to migrate all existing records to the correct locations manually.
Any new accounts created will be fine, but any old accounts might have problems logging in (although most of those are testing accounts). The problem is that I don't think we have an active admin account that can be logged into, so we need to move that first.
We will likely just address this after the next deploy.
The current production database seems to be missing credentials for some users (e.g. default admin and customer accounts). It seems to be some issue with how Loopback manages database migrations, but we will likely just have to backup the database, then attempt to migrate all existing records to the correct locations manually.
Any new accounts created will be fine, but any old accounts might have problems logging in (although most of those are testing accounts). The problem is that I don't think we have an active admin account that can be logged into, so we need to move that first.
We will likely just address this after the next deploy.