© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•5mo ago•
4 replies
Walter

Error 500 - user management

I'm a newbie, i say it like it is. No experience with SQL, Supabase, ... Thought I give it a try, but struggling right from the start.
Being new to this, I used the quickstart on user management, to create a public 'profiles' table with data from the user table. (table, policies, trigger, function).
I altered the table name and added a number of colums to the table in the SQL code. All this prior to creation of the table.

When I have the created function only to put the user new.id into the profile table, it works just fine.
As soon as I alter the function to put the email as well in the profile table, I get an error 500.

Logs are stating that the column email1 can not be found in the profile table. However, the email1 column in the profile table is created and type= 'Text'.
Thx for any help, tips,...
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

500: Database error granting user
SupabaseSSupabase / help-and-questions
2mo ago
User management template + role
SupabaseSSupabase / help-and-questions
4y ago
500 error when creating anonymous user (signInAnonymously)
SupabaseSSupabase / help-and-questions
4mo ago
error 500 trying to create a user
SupabaseSSupabase / help-and-questions
5mo ago