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
The createCanvas call throws an error, and the error handling code assumes that the error object has a data object, but that object is null. The error message is:
The conditional request failed (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: ConditionalCheckFailedException; Request ID: CDG8DQK720CJA210C65IH2T7E3VV4KQNSO5AEMVJF66Q9ASUAAJG)
The text was updated successfully, but these errors were encountered:
Apparently AppSync's behavior must have changed since this app was written. Changing the resolver for Mutation.createCanvas
to this seems to fix the problem.
The
createCanvas
call throws an error, and the error handling code assumes that the error object has a data object, but that object isnull
. The error message is:The text was updated successfully, but these errors were encountered: