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

Installation script not working with 3+ fatal errors #99

Open
zyf722 opened this issue Oct 24, 2022 · 0 comments
Open

Installation script not working with 3+ fatal errors #99

zyf722 opened this issue Oct 24, 2022 · 0 comments

Comments

@zyf722
Copy link

zyf722 commented Oct 24, 2022

Tried both on fresh WSL2 Ubuntu 18.04, 20.04 and also Github Actions workflow.

1.Doorkeeper::MissingConfiguration ✔️

Doorkeeper::MissingConfiguration: Configuration for doorkeeper missing. Do you have doorkeeper initializer?

Location: Step 4: decidim.
My Solution: Mannually create an initializer file (Link).

2.Webpacker configuration file not found ✔️

Webpacker configuration file not found config/webpacker.yml.
Make sure webpacker:install is run successfully before running dependent tasks.

Location: one step between Step 4: decidim and Step 6: create
(apologies for unable to give the precise location, for my console output history was cleared)
My Solution: Execute bundle exec rails webpacker:install in the decidim folder.

3.ERROR: relation "decidim_system_admins" does not exist ❌

PG::UndefinedTable: ERROR: relation "decidim_system_admins" does not exist (ActiveRecord::StatementInvalid)
Location: Step 6: create, line 570 & 574 of the script.
My Solution: N/A at present.

@pixelpax
Copy link

pixelpax commented Nov 6, 2022

Same, rails 7.0.4, feels critical.

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

No branches or pull requests

2 participants