Encountered another dashboard UI issue. I’ve set A...
# general
c
Encountered another dashboard UI issue. I’ve set Account Recovery to use
code
method at
Authentication->Account Recovery
. I’m using the Golang SDK on the backend, and I keep getting 404 w/ this (partial) error:
Copy code
{
  "code": 404,
  "status": "Not Found",
  "request": "117e5991-e528-9d8e-9bd6-7f20f1c166d6",
  "reason": "This endpoint was disabled by system administrator. Please check your url or contact the system administrator to enable it.",
  "message": "The requested resource could not be found"
}