Solidus stripe payment infos still loading #5255
Replies: 2 comments 6 replies
-
I don't have the answer to your question, but I did update the formatting of your question to make it clearer as some of the code was cut off due to misformatted markdown. I didn't change any words, just the formatting. I hope that's alright. 🙂 |
Beta Was this translation helpful? Give feedback.
-
Hey @sebT-max , You can check this process in the following resources: The persistent "Loading" display could indicate some configuration issues. As an example, you can look at this issue where another user successfully debugged a similar problem via the Google Chrome console: solidusio/solidus_stripe#307 Let me know if you see any client exceptions so we can better investigate what could be the problem in your case. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I'm attempting to use solidus_stripe with the solidus_starter_frontend. When I get to the payment step it just says "loading..." under payment information. I can click save and continue and place order but it ends with the error:
NoMethodError (undefined method type' for nil:NilClass
Which I assume is because I wasn't able to enter payment infos.
Did anyone have the same problem ? I know I need to use the starter_frontend v3.4, but I can’t install it. When I type
bundle add solidus
andbin/rails g solidus:install
orbin/rails g solidus:update
, nothing happens.Any tips how to upgrade the starter frontend to 3.4 ?
THANK YOU VERY MUCH
Beta Was this translation helpful? Give feedback.
All reactions