microsoft / DurableFunctionsMonitor

A monitoring/debugging UI tool for Azure Durable Functions
MIT License
220 stars 35 forks source link

Input of activity is not shown #216

Open jarvan-jiang opened 5 days ago

jarvan-jiang commented 5 days ago

Hello,

I have been using the docker version(v6.5) for MSSQL storage provider through this document .

Everything works perfectly except the input of activity is not shown, I checked the response is always null, meanwhile in DB it is correct stored.

I tried the locally running, and it has same issue.

scale-tone commented 2 days ago

@jarvan-jiang , can I ask you to try this fix locally, to see if it works for you?

jarvan-jiang commented 1 day ago

@jarvan-jiang , can I ask you to try this fix locally, to see if it works for you?

I tried local version, works fine!