I use Revolution slider in my application. The goal is to show all the products in the slider on the page, ie every single product is a separate slide. At the moment, I see the first product in the slider, but when I click the navigation arrow, nothing happens, and in the browser console I see: No route matches [GET] "/undefined"
. How do I set the correct behavior for the navigation arrows, so that they do not refer to a nonexistent route? Thanks in advance.
Added by:
It turned out to make a slide switch, but the error in the console remained.
vendor/assets/javascripts
and connected them to theapplication.js
manifest. The same withcss
. - Alex Zakruzhetskyi