fac19 / week5-EIJO

Recipes database app
https://cookvid-19.herokuapp.com/
0 stars 2 forks source link

sometimes i see last recipe i added sometimes not #39

Open akomiqaia opened 4 years ago

akomiqaia commented 4 years ago

when you add new recipe it sometimes adds recipe properly but sometimes you have to refresh the page to get the latest list of the recipes. the issue might be the line in handler.js line 63. 63 return a promise and our guess is that redirect happens before the promise is resolved and data is added in database.

VatsKan commented 4 years ago