react-appsync-graphql-recipe-app
react-appsync-graphql-recipe-app copied to clipboard
Missing Field Name - After remote create
After running createRecipe in the AWS console, the web UI fails to rerender with an updated list. Instead, a warning is flagged in the console and nothing is rendered (blank/empty). On refresh, each recipe is listed, including the newly created recipe, as they should be.
Here is the console output:
Missing field instructions in {
"id": "new_id",
"__typename": "Recipe"
}
Stack:
I had no problems although it did take a couple of minutes and I was sure not refresh the browser tab, just let it complete.
a couple of minutes for a live update @jsteenkamp ?