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
Bug: Added a 'Clips' feature to the site, with the idea that users could share clips with their followers on a separate 'Clips' page. The model and the JavaScript form for the clips were created, but the form doesn't seem to post to the Clips page.
Solution: Added a console log to the handleSubmit function to log the form content to the console when sumbitted. This did work and the entered values were logged, so the handleSubmit function is working but the form never seems to post to the Clips page. All of the URLs look correct so I'm not sure why this is.
Outcome: Unfixed due to time limit. I have left all the code included in the project and will work on a fix after this project is graded. I commented out the navbar links to the clips page and form so it cannot be accessed by users.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: