You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a new course is created and the author press Preview Course, a build command should be run to ensure that the files are available.
Actual Behaviour
At the moment when the learner presses Preview Course, the author only sees a 404 error page. This seems to indicate the server is only running a quick refresh rather than a proper full rebuild.
Steps to Reproduce
Install a new Authoring Tool and create a new course
Run Preview Course
The preview window will open and a 404 error will appear
It should be noted that this can easily be resolved if the author manually chooses 'force rebuild' when they first attempt to build the course.
Versions
Authoring Tool Version: 0.11.1
Framework Version: 5.26.0
Node.js Version: 14.16.1
MongoDB Version: MongoDB shell version v4.2.1
Operating System: Debian 10
Browser: Chrome 109
The text was updated successfully, but these errors were encountered:
+1 on a brand new install on adapt on a new ubuntu 22.04 server
In my case clicking force rebuild caused it to spin around for a bit and then popped up an error has occurred message. Clicking force rebuild again then made the course work
Expected Behaviour
When a new course is created and the author press Preview Course, a build command should be run to ensure that the files are available.
Actual Behaviour
At the moment when the learner presses Preview Course, the author only sees a 404 error page. This seems to indicate the server is only running a quick refresh rather than a proper full rebuild.
Steps to Reproduce
It should be noted that this can easily be resolved if the author manually chooses 'force rebuild' when they first attempt to build the course.
Versions
The text was updated successfully, but these errors were encountered: