AUR3353: Unexpected guardsResult %s at %s
This error occurs when the router receives a guards result (canLoad/canUnload etc.) in a shape/state it does not expect.
canLoad
canUnload
A guard returns an unsupported value type.
A custom integration modifies guards results unexpectedly.
Ensure guards return only supported values (for example true, false, a redirect/cancel instruction, or a promise of those).
true
false
Log guard return values to confirm they are valid.
If this occurs without custom integrations, report it with the %s values for additional context.
%s
Last updated 1 month ago
Was this helpful?