Hello,
I try to finish my plugin development, everything run correctly in online mode, but in “sync mode” i am unable to request the datastore
For example with:
var info = await datastore.get('data');
console.log(info)
I received an error about “e.join is not a function”.
Is datastore available on sync mode?