-
Notifications
You must be signed in to change notification settings - Fork 24
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
User admin not created #92
Comments
Having the same issue, doing the troubleshooting steps through the rails console is unhelpful |
Could you please add the log output of the seeder job? I suspect there's an issue with seeding the database |
Same issue here. Not sure how to even access the rails console to begin with which is an issue |
Further investigation, I found that the issue has to do with using an s3 bucket as storage as it fails with:
Here is my s3 config:
Not sure why it's trying to put the bucket name in front and how to avoid that from happening |
After doing some digging I was able to fix the issue by setting pathStyle to true. More of a user error then a helm chart bug. After upgrading the chart, the seeder ran again and resolved the issue. However, I had an issue changing my password as "Lastname field must be set". I had to manually go into postgres and update the value myself. This issue should also be addressed |
Thanks for the update and sorry for late reply. Regarding the last name issue: Did you set |
Admin user is not created after deploy from helm.
Tried to execute the rake:seed command, but also to no avail.
On the database, there's an entry on table users with lastname 'System', but no login, and the user_passwords table is empty.
The text was updated successfully, but these errors were encountered: