mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 21:07:48 +00:00
13 lines
407 B
Markdown
13 lines
407 B
Markdown
# Scaling path alias
|
|
|
|
#### Why This Error Occurred
|
|
|
|
You tried to use `now scale` on a path alias (`now alias -r rules.json`).
|
|
|
|
#### Possible Ways to Fix It
|
|
|
|
Path aliases are routes to instances. Instances can be scaled independent from each other.
|
|
You can view path aliases by running `now alias ls <id>`.
|
|
|
|
Documentation for Path Aliases can be found [here](https://vercel.com/docs/features/path-aliases).
|