Hi, I'm getting the following error when making AP...
# talk-kratos
w
Hi, I'm getting the following error when making API call to
127.0.0.1:4433/self-service/login/browser
Copy code
{
  "error": {
    "code": 500,
    "status": "Internal Server Error",
    "message": "ERROR: prepared statement \"lrupsc_10_1\" does not exist (SQLSTATE 26000)"
  }
}
b
did you migrate from an older version?
try running the sql migrations
w
Working 🙏