Not able to register/login to cms

When i am logging or registring to cms portal not able to login
getting error:
[28/Jan/2020 06:47:45] “GET /static/studio/common/js/vendor/bootstrap.js HTTP/1.1” 404 1714
[28/Jan/2020 06:47:45] “GET /static/studio/common/js/vendor/popper.js HTTP/1.1” 404 1705
[28/Jan/2020 06:47:45] “GET /static/studio/bundles/js/factories/login.js HTTP/1.1” 200 3599
[28/Jan/2020 06:47:45] “GET /static/studio/common/js/vendor/popper.js HTTP/1.1” 404 1705
[28/Jan/2020 06:47:45] “GET /static/studio/common/js/vendor/bootstrap.js HTTP/1.1” 404 1714

Failed to load resource: the server responded with a status of 500 (Internal Server Error)


Hi @kush11! This seems to be a duplicate of Not able to add the unit to the course Please don’t create multiple posts of the same issue!

Are you running in development mode? What is the exact command that you are running?

yes I am running in development mode
commands:
$ tutor dev runserver lms
$ tutor dev runserver cms

Did you properly build the openedx-dev docker image? https://docs.tutor.overhang.io/dev.html

tutor images build openedx-dev