I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a record on the same table.
Invalid min param: Value must be a valid signed 64-bit integer between -9,223,372,036,854,775,808 and 9,223,372,036,854,775,808 or null
Summary
Error occurring with 'Min' and 'Max' values; Min is being sent as a string instead of a number causing database validation error. Issue reproducible when using arrows to adjust values. Successful input when typing directly. Suggested to clear browser cache and potentially a GUI bug. Mention of creating a GitHub issue and possible regression with integer validation updates.
I can help! The error is happening because your "Min" value of 1 is being sent in an invalid format to AppWrite's API likely as a string instead of a number.
Are you entering the Min and Max values directly in the UI, or are you using any API calls or SDKs to create this column?
I've found success now when I input the number with my keyboard. However, I can reliably reproduce this when I use the arrows on the side of the fields to tick the value up and down.