Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

When running from this repo codes it's throwing error SequelizeBaseError #304

Open
MahbbRah opened this issue Sep 19, 2018 · 1 comment
Open

Comments

@MahbbRah
Copy link

I'm trying to add the classical login with user password by customizing but after pulling codes and running by building from source with docker I can see that it's already there. But some problems are raised so that it is not working here is the shot after successfully dockerized the source:

it seems like the issue is with a password.

Error throwing by postgres

@zhakk-harn
Copy link
Contributor

zhakk-harn commented Sep 19, 2018

What likely happened is that you moved from Google+ auth to classical auth in on the app side but not on the DB side. You need to have a 'password' column in your 'users' table so the app can use the classical email/password credentials.
running the script below will update the DB to the state expected by an updated app.

npm run updateDB

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants