akerr501 / akerr501/CS361-Ethical-Eating-Project

Several refreshes needed to use saved recipes

Ouverte
#46 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
JavaScript
Étoiles
0
Forks
2
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

What I think is happening is the saved page is using a POST request after the window has loaded. But for the window to render anything, I still had it render as a GET. So it would go through GET, then go thru the POST, but the POST would not update the page. You will need to get the page to update without refreshing.
You can replicate this by logging in and then going to the saved page. It will not show the correct information. After the POST request has happened and you refresh, it should now show the information,

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.