react-appsync-graphql-recipe-app icon indicating copy to clipboard operation
react-appsync-graphql-recipe-app copied to clipboard

Missing Field Name - After remote create

Open backnotprop opened this issue 6 years ago • 2 comments

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:

screen shot 2018-04-06 at 4 08 27 pm

backnotprop avatar Apr 06 '18 20:04 backnotprop

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.

jsteenkamp avatar Apr 07 '18 23:04 jsteenkamp

a couple of minutes for a live update @jsteenkamp ?

backnotprop avatar Apr 08 '18 01:04 backnotprop