ive been trying to login users, but getting 500 er...
# help
m
ive been trying to login users, but getting 500 error the last few hours - anyone with the same problem atm? const { user, session, error } = await supabase.auth.signUp({ email: 'example23@email.com', password: 'example-password', }); { "code": 500, "msg": "Database error saving new user", "error_id": "9e5df685-77ea-49a7-a96b-a7d864e6719a" }
n
Hello @Mikey007! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
s
This looks like you have a trigger that is breaking the save process. Check your trigger and make sure all its requirements are being met.