There was a regression introduced with Fix nested path issue in Swagger and Scalar config #146 which was meant to fix #135, when path is either "/" or "" it leads to Failed to fetch spec from URL or ERR_NAME_NOT_RESOLVED because the url becomes "http://json/".
I can create a new issue but it might address #151
I also noticed that excludePaths might not be working as intended for when path is either "/" or "" but that's always been the behavior so I didn't address that.
There was a regression introduced with Fix nested path issue in Swagger and Scalar config #146 which was meant to fix #135, when
path
is either"/"
or""
it leads toFailed to fetch spec from URL
orERR_NAME_NOT_RESOLVED
because theurl
becomes"http://json/"
.I can create a new issue but it might address #151
I also noticed that
excludePaths
might not be working as intended for whenpath
is either"/"
or""
but that's always been the behavior so I didn't address that.