Phone number invalid for 608 area code

We are using stytch for user management and passwordless email magic link login.

We are receiving the error

“Phone number format is invalid. Ensure the phone number is in the E.164 format.”
For the VALID phone number: +1686XXXXXXX

here is the error json
```
{
@timestamp”: “2026-03-26T16:55:20.032Z”,
“action”: “CreateUser”,
“attributes_ip_address”: “”,
“attributes_user_agent”: “”,
“create_user_as_pending”: false,
“event_id”: “event-live-8db7f923-4fd2-4aa4-9758-14128a4b44c9”,
“http_status_code”: 400,
“phone_number”: “+1686XXXXXXX”,
“project_id”: “project-live-86cd8d98-a7ac-415d-9b73-a378429dc83d”,
“request_id”: “request-id-live-4543b915-f42a-4a1b-980d-a1836c2f94b9”,
“status”: “Error”,
“stytch_api_error.error_message”: “Phone number format is invalid. Ensure the phone number is in the E.164 format.”,
“stytch_api_error.error_type”: “invalid_phone_number”,
“stytch_api_error.error_url”: “400 - Stytch Docs,
“stytch_api_error.request_id”: “request-id-live-4543b915-f42a-4a1b-980d-a1836c2f94b9”,
“stytch_api_error.status_code”: 400,
“user_agent”: “Stytch Node v12.43.1”
}
```

Here is the link:

And heres a link

Hey @Cole_Canning , thanks for reaching out and providing the details here!

It looks like the library we use internally just needs to be updated - it’s treating 686 area code US numbers as invalid, as I believe that area code was added back in 2024.

We’ll get that fixed and follow up here once that’s done. Apologies for any inconvenience there!

Thank you, look forward to seeing it fixed! Any idea on timeline? We thinking days, weeks, or months?

Thanks

Cole

We don’t have a specific ETA to share at the moment, but it should be closer to days than weeks! Will keep you updated here.

Hey @Cole_Canning , this should be fixed now - please let us know if you still get an error creating users with a US 686 area code phone number!

I was able to create a user through the dashboard the 686 area code, thank you!