Hi,
I have set up crpytlex using node and can activate a trial license. However, if I delete it on the dashboard, I still get the LA_OK status
var status = LexActivator.IsTrialGenuine();
if (LexStatusCodes.LA_OK == status) {
console.log("Trial license is activated!");
I guess this is not expected behaviour? Can anyone help?
Thanks!