Reply to comment


March 15, 2021, 11:53 p.m. -  Ricardo Marques

Hi. Excellent post. I understand a bit more of docker now and was able to integrate react with django. I can work with this if I use npm run start and python manage.py runserver. However if I use docker-compose up I get a blank page. I can go to the backend but something is preventing the backend from working. It gets the favicon and the manifest.json, content.css and prompt.js but two files are getting error 404, both chunk.js files from /static/js. Any idea what is causing this. I tried cloning the git project but still the same result.

Post your comment

Required for comment verification