Anyone else getting this error?

This happens after attempting to verity OTP via email. I enter the correct code then get error 500:
Query: update "users" set where "users"."id" = $1 returning "id", "name", "email", "email_verified", "customer_id", "image", "created_at", "updated_at" -- params: ["uidE0Wk4HBinqPP59XR4gwYR"]
✘ [ERROR] # SERVER_ERROR: PostgresError: syntax error at or near "where"
Query: update "users" set where "users"."id" = $1 returning "id", "name", "email", "email_verified", "customer_id", "image", "created_at", "updated_at" -- params: ["uidE0Wk4HBinqPP59XR4gwYR"]
✘ [ERROR] # SERVER_ERROR: PostgresError: syntax error at or near "where"
v1.2.3
1 Reply
z
zOP5w ago
i confirmed it has something to do with the stripe plugin, not sure what though

Did you find this page helpful?