Sprockets::FileNotFound in Users::Sessions#new
Thank you for allowing me to be part of your group and my problem is the following, I currently have version 2.7.0 of ruby on my computer, version 5.1.7 of rails, they just shared a project that I later cloned on my computer, already I had everything installed, the database running and at the time of running the project I get this error, he tried to change the version of the boostrap and jquery ui data picker and nothing works for me, in the description I leave the images of how it is composed the organization of my application.js file, application.scss, gem file, web output and server output, I appreciate if you can help me.
Hey, welcome to the group! From your description, it sounds like you're dealing with a JavaScript or asset pipeline issue, possibly related to how Bootstrap or jQuery UI is being loaded or initialized. Given the versions you're using (Rails 5.1.7 and Ruby 2.7.0), compatibility can be tricky, especially if the project you're cloning uses different versions or asset handling (like webpacker vs. sprockets). Since you're unable to upload images, I’d recommend double-checking your application.js and application.scss to make sure you're requiring the assets correctly, and also look at the browser console for specific JS errors. If you can post snippets of those files here, we might be able to help more directly.