# AUR3404

## Error Message

`AUR3404: The given instruction is not compatible for eagerly generating path: %s`

## Description

This error occurs when attempting to generate a URL path from an instruction that cannot be used for eager path generation.

## Solutions

* Ensure you pass a supported instruction type for eager path generation.
* If you need to generate a path from a complex instruction, resolve it to a compatible form first.

## Troubleshooting

* Log the `%s` value to inspect what instruction was provided.


---

# 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/aur3404.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.
