Dear Akbar,
We have been able to identify and solve the problem.
There was a bug in the library (epicenter.js) which retrieved an incorrect user key. Specifically, it retrieved a user key for the v3 API when it should have retrieved a user key for the v2 APIs. For older users these keys are the same. (this made it a bit difficult to track down the problem). But for newer APIs this needs to be converted in the Forio libraries.
Specifically, the fix is included in the login code for version 2.13.5 of the Epicenter.js library.
You can fix this in either of two ways.
(1) Create a new sim from scratch, using the interface builder. This will correctly use the epicenter js library version 2.13.5.
(2) or Edit the HTML for the interface files directly. Specifically,
- Go to the interface tab
- Edit these files: login.html, index.html, facilitator.html
- Find any javascript or css file that has “2.13.0” in the URL and change that to “2.13.5”. The most important is the script tag for login.js in login.html.
Our apologies for the difficulty – please let us know via the forum if we can of further help!
Best regards,
WILL