Nginx can't find bundles js file

I am trying this for a long time. I would really appreciate the help. In local, application is working, but in nginx, main.js resource is not found

I have a django application with react on the save server served with webpacker and babel

URL / will render frontend/index.html

enter image description here

Index.html code: enter image description here

enter image description here

Nginx.conf file enter image description here

Settings.py enter image description here

In local, its working enter image description here

But in nginx server, its not enter image description here

project structure enter image description here

Back to Top