Can't create a new User
I can no longer create new Users from the Supabase console or programattically. I just get the error 'Unexpected failure'
Here's the auth log from a Supabase console create user request:
"POST | 500 | 35.174.174.82 | 9ad79243b96756c2 | https://xxxxxx.supabase.co/auth/v1/admin/users | @supabase-infra/mgmt-api/593522c"
"response": [
{
"headers": [
{
"cf_cache_status": "DYNAMIC",
"cf_ray": "9ad79243e2b256c2-IAD",
"content_length": "74",
"content_location": null,
"content_range": null,
"content_type": "application/json",
"date": "Sat, 13 Dec 2025 18:37:11 GMT",
"proxy_status": null,
"sb_gateway_mode": null,
"sb_gateway_version": "1",
"sb_request_id": "019b1900-a667-7197-ada1-cc90d9c84702",
"transfer_encoding": null,
"x_kong_proxy_latency": null,
"x_kong_upstream_latency": null,
"x_sb_error_code": "unexpected_failure"
}
],
"origin_time": 116,
"status_code": 500
}
]
The log does not show any SQL error or RLS error.
Any clues on how to figure out the error?
Here's the auth log from a Supabase console create user request:
"POST | 500 | 35.174.174.82 | 9ad79243b96756c2 | https://xxxxxx.supabase.co/auth/v1/admin/users | @supabase-infra/mgmt-api/593522c"
"response": [
{
"headers": [
{
"cf_cache_status": "DYNAMIC",
"cf_ray": "9ad79243e2b256c2-IAD",
"content_length": "74",
"content_location": null,
"content_range": null,
"content_type": "application/json",
"date": "Sat, 13 Dec 2025 18:37:11 GMT",
"proxy_status": null,
"sb_gateway_mode": null,
"sb_gateway_version": "1",
"sb_request_id": "019b1900-a667-7197-ada1-cc90d9c84702",
"transfer_encoding": null,
"x_kong_proxy_latency": null,
"x_kong_upstream_latency": null,
"x_sb_error_code": "unexpected_failure"
}
],
"origin_time": 116,
"status_code": 500
}
]
The log does not show any SQL error or RLS error.
Any clues on how to figure out the error?