Application can't find gem partials
Hello! For some reason our Solidus application isn't properly adding this gem's partials to the view path. We're running Solidus 2.11.3 and and Solidus Stripe 4.2. Is there any additional configuration other than what's listed in the README?
Sorry for the late response. Do you recall which partial was not added exactly?
Hi ! I'm using Solidus with solidus_starter_frontend and when installing the gem, I get missing partial errors such as : Missing partial spree/checkout/payment/_stripe Missing partial spree/checkout/payment/v3/_elements
I can fix this by copying the _stripe file and v3 folder manually in the corresponding path. It then works but styling isn't applied to the payment elements,it appears the file lib/assets/stylesheets/spree/frontend/solidus_stripe.scss isn't added to the application neither and when moving it, the styling appears incomplete. How can I fix this ?

Also interested to know how we can fix the partials not being added to the view path correctly, if you point me in the right direction, I can look into this ?
Gem versions: solidus_core (3.0.0) solidus_starter_frontend (master branch) solidus_stripe (master branch)
For now, copying the partials that you need in your application is the way to go. You can do the same for the style that we provide by default but I suggest implementing your own.
Sorry about this but we are still figuring out the best way to install this new frontend.
Ok, that's fine, thank you for your answer !
@kennyadsl I ultimately forked this repository and made a handful of changes to engine.rb.
@nulldotpro seems reasonable, even if I think backend and api's views should already be included without these lines. Thanks for sharing!
This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.
Issue persists, seems like the generator is not creating the files https://github.com/solidusio/solidus_stripe/issues/133#issue-1442858511
Just stumbled upon this problem. I'm going to try the copy and paste of partials and css workaround.
Still Present, will C&P the view and css
_> ActionView::MissingTemplate in Checkouts#edit
Showing ...app/views/checkouts/steps/payment_step/_payment_method_controls.html.erb where line #4 raised:
Missing partial checkouts/payment/stripe with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :jbuilder]}.