Is your Open edX installation running on a single server or multiple ones? I’m asking because what you’re describing sounds similar to an issue that we ran into with multi-server setups.
Thanks for your help. I could able to get the courses after replacing the missing js files. Initially, I have found two js files are missing and are interlinked. Can you please give some idea regarding the below files?
Further inspecting more, I had found that plenty of files got generated during LMS assets update and getting 404 errors for all such files on studio. Kept all the generated js files in the attachment. JS Files missing.txt (28.6 KB)
Have you tried updating studio assets… You can do by running the following commands. sudo -H -u edxapp bash source /edx/app/edxapp/edxapp_env
cd /edx/app/edxapp/edx-platform paver update_assets cms --settings=production
I have followed the below scenarios: CASE 1:
sudo -H -u edxapp bash
source /edx/app/edxapp/edxapp_env
cd /edx/app/edxapp/edx-platform
paver update_assets cms --settings=production
paver update_assets lms --settings=production
CASE 2:
sudo -H -u edxapp bash
source /edx/app/edxapp/edxapp_env
cd /edx/app/edxapp/edx-platform
paver update_assets cms --settings=production
Hello @mohan.krishna , It’s right, Everytime you update your assets, You have to copy the missing files in order to see the courses. ( This is a thing I’ve not found a perferct solution yet).
But After copying the missing files I’ve not encountered a problem.