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
A few of our Castle filter requests timed out, and then the error handler inside Castle::Api::Filter.call itself failed trying to build a fallback response because it assumes the options provided include a { user: { id: 'x' } } node.
From the API docs it shows that user node is deprecated didn't include a id node anyway. matching_user_id would be used instead, though this is also itself optional so the error handler can't assume it'll be available.
For reference the filter request we were making was for "login attempted" and the payload was as below: