After installing flow control x-block, courses disappeared from studio

Hello Team!

I have installed flow control x-block on my Juniper server using the code from https://github.com/eduNEXT/flow-control-xblock.git.

I have used the following steps to install the x-block.

cd flow-control-xblock/
sudo chown -R edxapp flow-control-xblock/
sudo chgrp -R edxapp flow-control-xblock/

sudo -H -u edxapp bash
source /edx/app/edxapp/edxapp_env
/edx/bin/pip.edxapp install /home/ubuntu/flow-control-xblock/
exit

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
exit

sudo /edx/bin/supervisorctl restart lms cms

After installation, I can’t see the courses in studio. I can hardly see any logs in /edx/var/log/cms and /edx/var/log/supervisor

Please help me with this and let me know if have to find any information.

Thanks,
Mohan.

1 Like