Rails 6: Webpacker::Manifest::MissingEntryError
I had this similar error above, after generating my controller for home with index using the command below
rails g controller home index
and when I tried to access my localhost:3000/home/index I get an error in the image above. it was frustrating as...
mikekanu.hashnode.dev2 min read
Turan Sadigova
Thank you so much Kanu! I followed the steps and finally managed to get rid of the annoying
Webpacker::Manifest::MissingEntryError. Nonetheless, I'm glad that Webpacker is gone in Rails 7, yay :D