Closed markglattback closed 7 months ago
Describe the bug combineURLs throws the following error when the instance baseURL is a relative path, such as '/api/'.
combineURLs
baseURL
'/api/'
Expected Behavior Axios accepts relative paths as the baseURL so I'd expect the logger to be able to handle them too.
Additional context Introduced with this commit
released version 2.8.0
Describe the bug
combineURLs
throws the following error when the instancebaseURL
is a relative path, such as'/api/'
.Expected Behavior Axios accepts relative paths as the
baseURL
so I'd expect the logger to be able to handle them too.Additional context Introduced with this commit