-
-
Notifications
You must be signed in to change notification settings - Fork 76
Undefined local variable or method `solidus_paypal_braintree' #152
Comments
Needed to mount route engine. |
Proper route was created: mount SolidusPaypalBraintree::Engine, at: '/solidus_paypal_braintree' Does anyone know why I'm getting this routing error: uninitialized constant SolidusPaypalBraintree::ConfigurationsController |
Problem is related app not finding backend search path for solidus_paypal_braintree: ActionView::MissingTemplate in Spree::Admin::Products#edit Missing partial solidus_paypal_braintree/configurations/_admin_tab with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :coffee, :jbuilder], :versions=>[]}. Searched in:
|
From the stack trace it looks like the Are you using I would investigate a little further and see why |
I'm using backend, with Solidus version 1.0.2.
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
…On Fri, Feb 9, 2018 at 3:48 PM, Luuk Veenis ***@***.***> wrote:
From the stack trace it looks like the /lib/views/backend directory is
not being added to your paths here:
https://github.com/solidusio/solidus_paypal_braintree/blob/
master/lib/solidus_paypal_braintree/engine.rb#L51
Are you using solidus_backend? What version of Solidus are you on?
I would investigate a little further and see why SolidusSupport.backend_
available? is return false (presumably).
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#152 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AY00NrauKiA1mmbU9nE0FhYjdNP_v6UPks5tTNlYgaJpZM4R_UpV>
.
|
I get the following error, while running this app when navigating to Admin page:
undefined local variable or method `solidus_paypal_braintree' for #<#Class:0x0000555c44c27b80:0x0000555c46c46218>
App is running inside Docker. Does anyone has any idea?
The text was updated successfully, but these errors were encountered: