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
And alpaca throws the error: Uncaught Error: Alpaca caught an error with the default error handler: {"message":"Unable to find field class for type: undefined","reason":"FIELD_INSTANTIATION_ERROR"}
Is it possible to support multiple types for a field in Alpaca? I need to be able to support null in an integer field that is required. It's a required field, but null or an integer are valid values.