Hi everyone,
I’m currently setting up Open edX on Ubuntu 22.04 running on VMware. I installed it using Docker (Tutor + Docker Compose), and I was able to successfully launch the LMS and access the web interface.
However, I’m running into an issue when interacting with problems (e.g., selecting an answer in a quiz). After choosing an answer, I get the following error message:
“The studio is having trouble saving your work”
As a result, the answer is not saved and no feedback/result is shown.
I checked the browser console and saw multiple errors like:
-
403 (Forbidden)on some API requests -
Studio AJAX Error -
Unhandled message type: VIDEO_XHR_CANDIDATE
I’m not very familiar with Ubuntu or backend configuration, so I’m not sure where the problem is coming from.
My setup:
-
Ubuntu 22.04 (on VMware)
-
Open edX via Tutor (Docker + Docker Compose)
-
Accessing LMS via browser (no HTTPS yet)
Has anyone experienced this issue before or knows what might be causing it? Any guidance would be greatly appreciated.
Thank you!