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
I tried using seneca-user and seneca-auth with seneca-dynamo-store and the application doesn't start, I just get an error message saying:
error: Error: Non Compatible Field [not string|number|string array|number array]: undefined
I tracked down the problem and it's not in the data-store module. The error is thrown in the dynamo driver and I think it's because when it tries to generate the schema based on the first object that is being saved, the field sys_entity.zone is null.
The text was updated successfully, but these errors were encountered:
I tried using seneca-user and seneca-auth with seneca-dynamo-store and the application doesn't start, I just get an error message saying:
error: Error: Non Compatible Field [not string|number|string array|number array]: undefined
I tracked down the problem and it's not in the data-store module. The error is thrown in the dynamo driver and I think it's because when it tries to generate the schema based on the first object that is being saved, the field sys_entity.zone is null.
The text was updated successfully, but these errors were encountered: