Deploy reactjs with nginx results in css and images not being applied. Works locally Deploy reactjs with nginx results in css and images not being applied. Works locally nginx nginx

Deploy reactjs with nginx results in css and images not being applied. Works locally


In my case, it had to do with the mime types. In your nginx.conf file, you can try to add the following line in the http section

...http { ... include /etc/nginx/mime.types; server { ... }}