Hi Edward An,
It seems like the error consistently occurs in your HttpStart
function due to an undefined extraInputs
property. To troubleshoot:
- Review the
index.js
file ofHttpStart
forextraInputs
references. - Verify correct function parameters passed to
getClient
. - Check the durable functions library docs for usage changes.
- Ensure function bindings handle
extraInputs
properly. - Add logging to track variable values.
- Investigate recent code changes.
- Monitor Azure Function logs for additional clues.
This approach should help pinpoint and resolve the issue. Let me know if you need further assistance!
If you need more help, feel free to share additional details or code snippets, and I'll do my best to assist you further. I hope the information we provided was helpful to you! If it was, please consider accepting the answer by clicking the Accept Answer/Upvote button. Your feedback is valuable and can assist others with similar questions. Thank you for contributing to improving Microsoft Q&A!
Thank you.