[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Vercel treats .v.ua domains as subdomains instead of public suffixes 8 views · 0 likes · 2 posts V7026913 5881 (@v7026913-5881) · 2026-03-09 Hi everyone, I’ve noticed a possible issue with how Vercel handles domains in the `.v.ua` zone. When trying to add a domain like `example.v.ua`, the system seems to treat it as a subdomain of `v.ua` instead of recognizing it as its own domain. However, `v.ua` is actually a public second-level domain zone under `.ua`, similar to zones like `.com.ua`, `.org.ua`, etc. Domains such as: - `example.v.ua` - `site.v.ua` are independent domains registered within the `v.ua` zone, not subdomains of a single root domain. Because of this behavior, it becomes difficult to properly verify or configure such domains in Vercel, since the platform assumes `v.ua` itself is the main domain rather than a domain zone. Has anyone else encountered this issue? And is there a recommended workaround? It would be great if Vercel could treat domains ending in `.v.ua` as full domains rather than subdomains, so they can be connected to projects without problems. Thanks! system (@system) · 2026-03-09 The domain troubleshooting guide can help with most custom domain configuration issues. You might be able to use that guide to solve it before a human is available to help you. Then you can come back here and share the answer for [bonus points](https://community.vercel.com/t/introducing-the-vercel-leaderboard/1358). [https://vercel.com/docs/projects/domains/troubleshooting](https://vercel.com/docs/projects/domains/troubleshooting) You can also use [v0](https://v0.dev/) to narrow down the possibilities.