Hello @Zava - Thanks for reaching out on the MS Q&A!
The error message appears to be harmless (other than messing up the logs) and doesn't keep your function from working as intended (which is consistent with your observation) - and it looks like there's an open bug that causes the error message: https://github.com/Azure/azure-functions-durable-js/issues/373
Per the product group, the error message will get suppressed in one of the major releases (open PR here) soon (based on other high-priority items) and the following is mentioned here:
It's worth noting that this bug is only about cleaning up the logs - the existing error doesn't actually block the function from working.
I hope this is helpful and brings clarity to your questions, do let me know if you have any further questions on this matter.