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
Any preview responses should have a valid HTTP status
Actual Behaviour
Server responds with HTTP status of "undefined" when request is aborted.
Probably due status-issue.txt
to routes/preview/index.js lines 83, 116 and 128
Value for err is "Error: Request aborted"
Should we be passing 400 status in this circumstance?
Steps to Reproduce
I only seem to be able to reproduce this on larger courses and when using Firefox.
Expected Behaviour
Any preview responses should have a valid HTTP status
Actual Behaviour
Server responds with HTTP status of "undefined" when request is aborted.
Probably due
status-issue.txt
to routes/preview/index.js lines 83, 116 and 128
Value for err is "Error: Request aborted"
Should we be passing 400 status in this circumstance?
Steps to Reproduce
I only seem to be able to reproduce this on larger courses and when using Firefox.
It has also been reported on the forum here.
Versions
The text was updated successfully, but these errors were encountered: