Errors
DSAR-BE-1103: REQUEST_BASE_PATH_INVALID
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
Backend runtime was configured with an invalid basePath.
Probable Causes
basePathdoes not start with/.- Environment variable provided malformed path.
How to Fix
- Set
basePathto either empty/root or a slash-prefixed segment (/api/v1). - Validate deployment configuration before boot.
Retryable
No. Requires configuration change.