campsych/concerto-platform

"Error in user$id: $ operator is invalid for atomic vectors" when enabled [Resumable] in startSession Module.

koalawangyang opened this issue · 0 comments

Concerto Platform version

v5.0.26

Expected behavior

The Test should be normal and could be resumable after enabled [Resumable].
image

Actual behavior

The Test would display "Test problem encountered. Execution halted."
image

And the error message could be found in system logs.
image

Steps to reproduce the issue

  1. In startSession Module, check the [Resumable?] box and save the test.
  2. Click [Run Test] to test it.
  3. Error occurred.