I have Azure durable functions app which is linked to a Azure static web app.
I'm able to orchestrate function app through http trigger but I'm unable to access status url statusQueryGetUri
I'm getting following error,
{"code":400,"message":"Login not supported for provider azureStaticWebApps"}
How can I access status of durable function? do I have to write another HTTPTrigger GET function?