Why 404 when querying durable task instances? #3342
stevendarby
started this conversation in
General
Replies: 1 comment
-
|
Also if I removed the code query param, I get a 401, so it's not like I'm hitting completely the wrong URL |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After initiating an orchestration, I'm hitting this path to list all instances:
GET /runtime/webhooks/durabletask/instances?code={code}
Where {code} is the system code, and receiving a 404 with no body.
In the logs I can see this, which indicates it's receiving the request in some form.
I get the same when specifying the specific orchestration ID too, but I could understand more why that might return a 404 as opposed to the list endpoint. What could cause this, does anyone have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions