Hello, we have an already populated twenty instance... After the update we are not able to add anywthing new and we gett an apollo error 500.
In the logs we get
'twenty | Exception Captured
twenty | {
twenty | operation: { name: 'CreateOnePerson', type: 'mutation' },
twenty | document: 'mutation CreateOnePerson($input: PersonCreateInput!) {\n' +
twenty | ' createPerson(data: $input) {\n' +
twenty | ' __typename\n' +
twenty | ' favorites {\n' +
twenty | ' edges {\n' +
twenty | ' node {\n' +
twenty | [
twenty | GraphQLError: Variable "$input" got invalid value "first" at "input.position"; Float cannot represent non numeric value: "first"'
We already did db init and migrations.
We are running on docker and tried the latest docker-compose too