mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 12:57:46 +00:00
We removed v1 support in [20.0.0](https://github.com/vercel/vercel/releases/tag/vercel%4020.0.0) so this PR removes the unused documentation, warning messages, etc.
763 B
763 B
Invalid Region or DC Identifier
Why This Error Occurred
When supplying regions configuration, you
used an unknown or invalid DC identifier.
Possible Ways to Fix It
Check your vercel.json or --regions flag and
make sure you are using a valid string. Regions
and DCs have to be in lowercase.
Valid region identifiers:
all(special, used to scale to all DCs, can only appear once)sfobrugruiad
In Vercel CLI, they currently are transformed to DC identifiers before being sent to our APIs.
Valid DC identifiers:
sfo1bru1gru1iad1
When passing multiple --regions as a CLI parameter,
make sure they're separated by a comma (,). For example:
vercel --regions sfo,bru,gru