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
We didn't check the input data from the api input. When an error is caused by a data type, the user will see an internal error message.
I think we should check all data type from outside of the application to avoid such problems.
There is a schema for this: https://www.npmjs.com/package/typescript-json-schema.
The text was updated successfully, but these errors were encountered:
We didn't check the input data from the api input. When an error is caused by a data type, the user will see an internal error message.
I think we should check all data type from outside of the application to avoid such problems.
There is a schema for this: https://www.npmjs.com/package/typescript-json-schema.
The text was updated successfully, but these errors were encountered: