Unable to edit user password with XANO

We are able to create new user with password on weweb +xano.

The issue is when we try to edit the user’s password for some reason the backend give us error

code: "ERROR_CODE_UNAUTHORIZED"

message: "Unsupported input"

payload: null

we set the input type to “Password” exactly the same element on sign up page.

Hi @liam_putra :wave:

How about on the Xano side of things? Are the inputs on the signup and update-password endpoints the same?

this is my xano function stack. everything works just fine when i debug on xano

Mmm ok. I see you posted in the Xano community as well. That’s cool because I’m not sure if the issue is coming from our side or theirs.

In any case, I recorded this video to walk you through the process. I got an error along the way so you’ll be able to see how I debugged it as well! :sweat_smile:

Does it help?

If not,ould you mind recording a short video for us?

Ideally, I’d like to see:

  1. the user has the isAuthenticated status in WeWeb

  1. the workflow in WeWeb with the API call to the update-password endpoint Xano

  2. a test of the workflow in WeWeb with the details of the Xano response

  3. the information available in Xano’s request history

One thing I didn’t show in the video is that in WeWeb, I am using Password inputs but that’s more a UX thing. I just checked, the API calls works with Short answer inputs as well:

@Joyce

its still not working. here’s a loom video to show you the bug with every information you need to know