You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
[{"elapsed":313,"source":"retry","reason":"ExpressionValueEvaluationFailure","message":"Expression evaluation failed. Unable to cast object of type 'System.Int32' to type 'System.String'.","scope":"operation","section":"backend"}]
Expected/desired behavior
There seems to be an issue with #26.
It occured type cast error because of "remainingBackends".
OS and Version?
Ubuntu 22.04
Versions
Mention any other details that might be useful
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
This issue is for a: (mark with an
x
)Minimal steps to reproduce
After I applying this policy to APIM it cause errors when it try to loadbalance to other endpoints.
https://github.com/Azure-Samples/openai-apim-lb/blob/main/apim-policy.xml
Any log messages given by the failure
[{"elapsed":313,"source":"retry","reason":"ExpressionValueEvaluationFailure","message":"Expression evaluation failed. Unable to cast object of type 'System.Int32' to type 'System.String'.","scope":"operation","section":"backend"}]
Expected/desired behavior
There seems to be an issue with #26.
It occured type cast error because of "remainingBackends".
OS and Version?
Ubuntu 22.04
Versions
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: