Cant really tell whats wrong but actions arent completing

I am currently using Xano as my database. after redoing the entire app to integrate Xano. I am unable to use the “update” function to update logged in user. Any action that requires to update user keeps getting terminated. This is even though the run and debug in Xano has no issues. Anyone knows how to solve this?


Screenshot 2024-05-25 212434

i am getting a smiliar error but its saying “user email already exists” when it doesnt

i think its something to do with the endpoint, I made a separate api to PATCH the individual component as a custom action and it worked. now my problem is retrieving the logged in user data, i tried change input but it doesnt work.