Keep getting this error in my logs, Bot works fin...
# 🌎general
h
Keep getting this error in my logs, Bot works fine in the studio, I've published it to test on a localhost and I get weird behaivour. As you can see from the photo it gets from first node to 2nd and than back to first. I've shared a SS of part of the work flow,
Copy code
er X [Error]: An unknown error occurred
    at Mr (/var/task/customer_code.js:8:28715)
    at Ot (/var/task/customer_code.js:8:28492)
    at w (/var/task/customer_code.js:8:67917)
    at /var/task/customer_code.js:8:64156
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Promise.all (index 2)
    at async saveAllStates (/var/task/customer_code.js:1231:2118)
    at async saveState (/var/task/customer_code.js:1231:4665)
    at async Object.onEvent (/var/task/customer_code.js:1254:8087)
    at async handler (/var/task/customer_code.js:2556:2331) {
  isApiError: true,
  code: 500,
  description: 'An unknown error occurred',
  type: 'Unknown',
  error: undefined
}