Skip to content
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

Demo on Heroku not working #5

Open
sungwoncho opened this issue Jun 21, 2016 · 2 comments · May be fixed by danielres/redux-auth-demo#1
Open

Demo on Heroku not working #5

sungwoncho opened this issue Jun 21, 2016 · 2 comments · May be fixed by danielres/redux-auth-demo#1

Comments

@sungwoncho
Copy link

sungwoncho commented Jun 21, 2016

When I try to login using GitHub, I get:

ActiveRecord::StatementInvalid in DeviseTokenAuth::OmniauthCallbacksController#omniauth_success
PG::InsufficientPrivilege: ERROR: permission denied for relation users : INSERT INTO "users" ("tokens", "uid", "provider", "encrypted_password", "nickname", "name", "image", "email", "confirmed_at", "last_sign_in_at", "current_sign_in_at", "last_sign_in_ip", "current_sign_in_ip", "sign_in_count", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16) RETURNING "id"

Maybe db is down.

@lynndylanhurley
Copy link
Owner

I think the db is full. Thanks for letting me know :)

@davidjirovec
Copy link

Is it going to be fixed?

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

Successfully merging a pull request may close this issue.

3 participants