Cannot Sync user_id from remote to supabase

I have created a new user on my mobile application and the database is also updated with the new user_id.
But in the terminal i get the error as the user is already created , while its the first time logging in. One error i caught is that on the terminal the user_id i am getting is for the older user and not the new one.

My new user_id : 8558d05e-ddec-45dc-902b-ab47a5b13a4b
My old user_id : 4f15271e-7041-4a18-aa9a-fd6dd2e209ed

Also attached the error message from the terminal and the user created on the supabase database.
Screenshot_2025-12-15_115943.png
Screenshot_2025-12-15_120055.png
Was this page helpful?