Odoo Integration Issue: "Expected value of type 'object' for '' but instead received 'string'" Error
I'm trying to integrate my Voiceflow chatbot with my Odoo system using an API key. I've followed the instructions and created a JavaScript function to handle the API requests, but I'm encountering a persistent error:
[ERROR]: Encountered an error in a Function step. Expected value of type 'object' for '' but instead received 'string'
I've verified that the response from the Odoo API is in JSON format and that I'm returning the response directly from my function. I've also tried encapsulating the response in an object, but the error persists.
Does anyone have any idea what could be causing this issue and how to resolve it?
Thanks in advance for your help!
