# AUR3553

## Error Message

`AUR3553: RouteContext must be provided when resolving an imported module`

## Description

This error occurs when the router attempts to resolve a lazy import without a `RouteContext` to provide resolution scope.

## Solutions

* Ensure lazy imports are resolved within an active routing context.
