Error on forgot password

When doing the Supabase password reset flow, it gives an error.

name: “Error”

stack: “Error: Unable to process request at Object.resetPasswordForEmail (https://cdn.weweb.io/components/1fa0dd68-5069-436c-9a7d-3b54c340f1fa/41df22da-f76a-4711-834e-2e800a683dc7/dist/manager.js:1:158639) at async ae (https://editor-cdn.weweb.io/ww_front/public/js/index.323f5a8f.js:1:411787) at async ie (https://editor-cdn.weweb.io/ww_front/public/js/index.323f5a8f.js:1:396652) at async ne (https://editor-cdn.weweb.io/ww_front/public/js/index.323f5a8f.js:1:395167)”

message: “Unable to process request”

cause

__isAuthError: true

name: “AuthApiError”

status: 500

code: undefined

Before it worked normally.

A screenshot of the error from the Network tab would be helpful

  1. redirect_to:

https%3A%2F%2Feditor.weweb.io%2F3c930111-c689-4253-85cc-2d969be80799%2F1b144e0b-54a2-49d0-93bb-8e66f5eb71fb

  1. Solicitar payloadver origem

  2. {email: “helio5_mendes@hotmail.com”, code_challenge: null, code_challenge_method: null,…}

1. code_challenge: null
2. code_challenge_method: null
3. email: "helio5_mendes@hotmail.com"
4. gotrue_meta_security: {}

{
“code”: 500,
“msg”: “Unable to process request”,
“error_id”: “8f34dea4-2af6-4a0b-a935-357209c001e0”
}

Are you using a custom SMTP to send your Registration / Recovery e-mails in Supabase?

@Broberto Thanks for your help, I changed my email password and forgot to update my supabase env

1 Like