iamshaunjp / Supabase-Tutorial-for-Beginners

All the course files for the Supabase Tutorial playlist on the Net Ninja YouTube Channel & on Net Ninja Pro
84 stars 136 forks source link

"Form Submission Not Redirecting and Data Not Logging Correctly" #11

Open NuriaAgbasi opened 2 months ago

NuriaAgbasi commented 2 months ago

In, Create.js in lesson 4, the expected behavior is for the data to be logged to the console and for the user to be redirected to the home page. However, the data is not being logged, and the user is not being redirected. The Supabase request seems to succeed with a 201 Created status.