Task: Revisit User Auth and SignUp
NOTE: I have a bit of a busy week this week and next week so I didn't really get to do more debugging into the errors you guys are having as such this ticket is a little bit open ended and involves more debugging rather than development. I apologize in advance.
Feature: THIS IS MAINLY A BUG FIX TICKET. There is an error when signing up a user. The user is registered in Supabase-> Auth-> Users, but we need user information in the Supabase -> Database -> Tables-> profiles. The user is entered into this table a new entry but all the information associated with the user is NULL. I tried testing our the backend function you guys created and I can see that it clearly pulls the data that user enters in the frontend, but for some reason the Supabase receives this data as NULL, which sometimes results in an error because the table columns have a strict NON-NULLABLE value type.
Make sure you do these for at least 2 NEW and different users. If you need random emails we can just provide you with some.
Estimated Directory: 6hrs- if this ticket is taking you more than 6hrs let us know!
Task: Revisit User Auth and SignUp
NOTE: I have a bit of a busy week this week and next week so I didn't really get to do more debugging into the errors you guys are having as such this ticket is a little bit open ended and involves more debugging rather than development. I apologize in advance.
Feature: THIS IS MAINLY A BUG FIX TICKET. There is an error when signing up a user. The user is registered in Supabase-> Auth-> Users, but we need user information in the Supabase -> Database -> Tables-> profiles. The user is entered into this table a new entry but all the information associated with the user is NULL. I tried testing our the backend function you guys created and I can see that it clearly pulls the data that user enters in the frontend, but for some reason the Supabase receives this data as
NULL, which sometimes results in an error because the table columns have a strictNON-NULLABLEvalue type.NULLuser data problem. I'm not entirely certain where the problem is, I know it has to be in the Supabase maybe related to the SQL function that you guys adjusted. When you have resolved this issue retry theForgot Passwordfunctionality and make sure it works. One tip to try to debug what's going on -> Supabase -> Logs -> Auth and here you'll see all the logs relating to User SignUp And Login.User SignUp -> Website Page Shows up Showing the user name -> User Logs OutUser LogIN -> Website Page Shows up Showing the user name -> User Logs OutUser Forgot Password -> User Resets Password -> User LogIN -> Website Page Shows up Showing the user name -> User Logs OutMake sure you do these for at least 2 NEW and different users. If you need random emails we can just provide you with some.
Estimated Directory: 6hrs- if this ticket is taking you more than 6hrs let us know!