So I installed some more plugins and then ran build openedx images in the webui. It failed (with an error I cant remember) and now I get Bad Request everytime I visit my domain. I cannot access the webui anymore. If i SSH into my EC2 Instance and try to run tutor commands it tells me Error: Project root does not exist. as if nothing is there.
My LMS logs are here but I don’t see what is causing the error
Your pastebin content is saying mysql cannot be connected, while “Project root does not exist” says the tutor dir is not there, and in your title it’s the image that cannot be built… that’s really a mess.
Yea I am ssh in the right place. I can even see the tutor folder and view the folders that contain the courses I created. (although the folders are empty?). Is it possible to backup my courses via ssh and then just restart?
Make sure that you are logged in as tutor user, and not ubuntu. DO NOT run commands with sudo.
Stop everything. You should check that no container is running with docker ps.
At this point, you should be able to access the Web UI. If not, verify that the Web UI is running: ps aux | grep ui. If it is not, start it with sudo systemctl start tutor-webui.
Once your web UI is running, run tutor local quickstart again. If it fails, paste here the output.