akerr501 / akerr501/CS361-Ethical-Eating-Project

Several refreshes needed to use saved recipes

Aperta
#46 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
0
Fork
2
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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,

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.