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 using certain LRS', such as YET XAPI LRS, if you don't remove '/' from LRS.js in the line pasted below, then the LRS will not work with CATAPULT CTS:
const uri = `${req.server.app.lrs.endpoint}**/**${req.params.resource}${req.url.search}`,
Removing the / and re-building makes it work. Can this be remedied? Thank you!
The text was updated successfully, but these errors were encountered:
When using certain LRS', such as YET XAPI LRS, if you don't remove '/' from LRS.js in the line pasted below, then the LRS will not work with CATAPULT CTS:
Removing the / and re-building makes it work. Can this be remedied? Thank you!
The text was updated successfully, but these errors were encountered: