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
When testing via https://try.flipt.io, I came across an issue when trying to evaluate a context that contained a field that was trying to be parsed as a boolean x, which obviously cant be parsed as a bool. This was resulting in a 500 response being return from the API (REST).
The evaluation console also showed an empty response, instead of displaying the actual error.
Describe the Bug
When testing via https://try.flipt.io, I came across an issue when trying to evaluate a context that contained a field that was trying to be parsed as a boolean
x
, which obviously cant be parsed as a bool. This was resulting in a 500 response being return from the API (REST).The evaluation console also showed an empty response, instead of displaying the actual error.
Version Info
Run
flipt --version
and paste the output here:To Reproduce
https://github.com/flipt-io/flipt/releases/tag/v1.11.0
Expected Behavior
Additional Context
Add any other context about the problem here.
Examples:
Screenshots
Attach an Export
The text was updated successfully, but these errors were encountered: