Arthur

Joined

120 Experience
1 Lesson Completed
0 Questions Solved

Activity

Posted in Group Chat with ActionCable: Part 4 Discussion

Hi Chris,

Did you already get that kind of error message :

ActionView::Template::Error (Devise could not find the `Warden::Proxy` instance on your request environment.
Make sure that your application is loading Devise and Warden as expected and that the `Warden::Manager` middleware is present in your middleware stack.

Tryed many things but still under trouble. I saw same cases talking about include Devise::Test::ControllerHelpers inside my rails_helpers.rb but nothing change.

Many thanks.

Posted in Group Chat with ActionCable: Part 4 Discussion

It's done ! It was cause by the missing line .. <%= javascript_pack_tag 'application' %> ✌️