library · inferred from evidence
grpc-gateway
A library or tool mentioned as the source of stricter null handling in the API layer.
- Flipt 1.5.0 evaluate API invalid value for string type null on null context values
POSTing to /api/v1/evaluate with a null context value, e.g. {"flag_key":"profile","entity_id":"...","context":{"cohort":null}}, returns HTTP 400 with {"code":3,"message":"proto: (line 1:102): invalid value for string type: null"}. This was