-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Default payment method sometimes fails to install #3775
Comments
seand7565
added a commit
to seand7565/solidus
that referenced
this issue
Sep 25, 2020
ref solidusio#3775 Fixes the issues with the install generator by bundling after adding the extensions to the gemfile, stopping spring, and then running the install generators for each of the installed extensions. Currently this works a bit wonky as the extensions will ask if you want to run migrations, and that's not desirable as migrations are already run after these extensions are installed. Will fix and update shortly, just wanted to get this into a PR!
seand7565
added a commit
to seand7565/solidus
that referenced
this issue
Oct 5, 2020
ref solidusio#3775 Fixes the issues with the install generator by bundling after adding the extensions to the gemfile, stopping spring, and then running the install generators for each of the installed extensions. Currently this works a bit wonky as the extensions will ask if you want to run migrations, and that's not desirable as migrations are already run after these extensions are installed. Will fix and update shortly, just wanted to get this into a PR!
seand7565
added a commit
to seand7565/solidus
that referenced
this issue
Oct 14, 2020
ref solidusio#3775 Fixes the issues with the install generator by bundling after adding the extensions to the gemfile, stopping spring, and then running the install generators for each of the installed extensions. Currently this works a bit wonky as the extensions will ask if you want to run migrations, and that's not desirable as migrations are already run after these extensions are installed. Will fix and update shortly, just wanted to get this into a PR!
spaghetticode
pushed a commit
to nebulab/solidus
that referenced
this issue
Oct 16, 2020
ref solidusio#3775 Fixes the issues with the install generator by bundling after adding the extensions to the gemfile, stopping spring, and then running the install generators for each of the installed extensions. Currently this works a bit wonky as the extensions will ask if you want to run migrations, and that's not desirable as migrations are already run after these extensions are installed. Will fix and update shortly, just wanted to get this into a PR!
softr8
pushed a commit
to softr8/solidus
that referenced
this issue
Oct 22, 2020
ref solidusio#3775 Fixes the issues with the install generator by bundling after adding the extensions to the gemfile, stopping spring, and then running the install generators for each of the installed extensions. Currently this works a bit wonky as the extensions will ask if you want to run migrations, and that's not desirable as migrations are already run after these extensions are installed. Will fix and update shortly, just wanted to get this into a PR!
softr8
pushed a commit
to softr8/solidus
that referenced
this issue
Oct 28, 2020
ref solidusio#3775 Fixes the issues with the install generator by bundling after adding the extensions to the gemfile, stopping spring, and then running the install generators for each of the installed extensions. Currently this works a bit wonky as the extensions will ask if you want to run migrations, and that's not desirable as migrations are already run after these extensions are installed. Will fix and update shortly, just wanted to get this into a PR!
DanielePalombo
pushed a commit
to DanielePalombo/solidus
that referenced
this issue
Oct 30, 2020
ref solidusio#3775 Fixes the issues with the install generator by bundling after adding the extensions to the gemfile, stopping spring, and then running the install generators for each of the installed extensions. Currently this works a bit wonky as the extensions will ask if you want to run migrations, and that's not desirable as migrations are already run after these extensions are installed. Will fix and update shortly, just wanted to get this into a PR!
mamhoff
pushed a commit
to mamhoff/solidus
that referenced
this issue
Feb 1, 2021
ref solidusio#3775 Fixes the issues with the install generator by bundling after adding the extensions to the gemfile, stopping spring, and then running the install generators for each of the installed extensions. Currently this works a bit wonky as the extensions will ask if you want to run migrations, and that's not desirable as migrations are already run after these extensions are installed. Will fix and update shortly, just wanted to get this into a PR!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When installing Solidus using the generator, I got this error:
I tried to replicate it twice more after this but was unable to. @kennyadsl said that he had a similar error a few days ago.
Note that I was using a local version of the Solidus gem when this happened, but it was fully up to date with master, with no changes.
Solidus Version:
2.11 - cutting edge
To Reproduce
Create a new app, add Solidus to the gemfile, run the install generator, and use the default payment method. Sometimes(?) you'll see this issue?
Screenshots
The text was updated successfully, but these errors were encountered: