Errors
DSAR-BE-1201: REQUEST_ROUTE_NOT_FOUND
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
No backend route is registered for the incoming method/path combination.
Probable Causes
- Typo in endpoint path or wrong API version prefix.
- Incorrect method (
POSTvsGET).
How to Fix
- Check path/method against OpenAPI docs.
- Ensure base path is included (
/api/v1when configured).
Retryable
No. Retry only after correcting route path or method.