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
Is there a specific reason why postprocessors don't get fired when item is not found? I think that's the ideal place where to implement 'GET or INSERT' feature.
It is currently considered an error response (404 Not Found), and we aren't applying postprocessors on any error responses, only on non-error responses. It doesn't necessarily have to be that way, that's just the way it exists now.
Is there a specific reason why postprocessors don't get fired when item is not found? I think that's the ideal place where to implement 'GET or INSERT' feature.
I've got this code:
The text was updated successfully, but these errors were encountered: