You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I am trying to follow your crash course, using your git code which I cloned.
I am running it on localhost:3000 (changed all the localhost:5000 in the App.js file to localhost:3000), as the localhost:5000 version constantly crashed.
The problem is, when I add a task and press the save button, nothing really happens - I just to back to the empty submitting page all over again.
What am I missing here?
Thanks!
The text was updated successfully, but these errors were encountered:
I had the same then realised I had an issue with the e.preventDefault() - I had e.prevent.Default() which is wrong - changed to e.preventDefault() and it was all good.
Hey,
I am trying to follow your crash course, using your git code which I cloned.
I am running it on localhost:3000 (changed all the localhost:5000 in the App.js file to localhost:3000), as the localhost:5000 version constantly crashed.
The problem is, when I add a task and press the save button, nothing really happens - I just to back to the empty submitting page all over again.
What am I missing here?
Thanks!
The text was updated successfully, but these errors were encountered: