Rails React failing to render CSS when deployed to Heroku

116 Views Asked by At

I recently finished developing my app locally and wanted to push it to Heroku (first time doing this!). I am using Rails backend with React frontend all within one repo. I am using MDBootstraps for styling. Everything renders properly locally, but when pushed to Heroku, none of the styling seems to render.

What it looks like locally: enter image description here

What is looks like on Heroku: enter image description here

0

There are 0 best solutions below