We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I think the db is full. Thanks for letting me know :)
Sorry, something went wrong.
Is it going to be fixed?
Successfully merging a pull request may close this issue.
When I try to login using GitHub, I get:
Maybe db is down.
The text was updated successfully, but these errors were encountered: