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