SLLAF

Joined

150 Experience
1 Lesson Completed
0 Questions Solved

Activity

Hi,
So i deployed my rails app on the digitalocean droplet, its using webpacker. So when i go to my site, css and js are not working while i get this in the console:
"rails_app/packs/css/application-988c2e01.css net::ERR_ABORTED 404"
"rails_app/packs/js/application-b5d6631ec473acfb5df1.js "
Now i know that the files are in "packs/" without the js and css folder in which its working fine locally.
Dnt understand why its looking in the wrong place on production.

Help