Astro
Invalid route parameter returned by getStaticPaths().
Invalid route parameter returned by getStaticPaths().
}
In routes using [rest parameters](/en/guides/routing/#rest-parameters), `undefined` can be used to represent a path with no parameters passed in the URL:
```astro title="/route/[...id].astro"
---
}
---
See Also: