Raphael
Explorer
Member since ‎02-07-2024

User Statistics

  • 3 Posts
  • 0 Solutions
  • 4 Kudos given
  • 5 Kudos received

User Activity

Inside of a handler for a custom action I create this error.req.error(409, "NEW_STOCK_ERROR", "newStock");When I catch the error in javascript the target property of the error object is undefined.try { await request.execute(); catch ({ error }) { ...
When making a SELECT from inside an on handler it calls the same on handler again.const data = await this.run(SELECT.from(this.entities.Tags));This only happens if the on handler is written using the "*".this.on("READ", "*", async (req, next) => {If ...
Kudos from