Files
vercel/errors/scaling-path-alias.md
Tim Neutkens 0d8b4a8386 Catch path alias scaling (#1057)
* Catch path alias scaling

* Better wording

* Fix grammar mistake
2018-01-14 14:39:39 +01:00

404 B

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.