# AUR3173

## Error Message

`AUR3173: Invalid route config. When the component property is a lazy import, the path must be specified.`

## Description

This error occurs when a route configuration uses a lazy import for `component`, but does not specify a `path`. The router cannot infer a route path from a lazy import alone.

## Solution

* Specify `path` explicitly for routes that use lazy imports.

## Troubleshooting

* Check route configuration objects for `component: () => import(...)` and ensure they also include `path`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aurelia.io/developer-guides/error-messages/router/aur3173.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
