Open colin-r-carter opened 3 months ago
When self-hosting Katie, the Swagger-ui uses other urls for the requests, so that the swagge-ui can't be used directly.
Base URL: defaults to localhost or 127.0.0.1 and if katie isn't hosted at root domain, the path isn't set correctly (https://example.com/katie/...)
localhost
127.0.0.1
https://example.com/katie/...
When self-hosting Katie, the Swagger-ui uses other urls for the requests, so that the swagge-ui can't be used directly.
Base URL: defaults to
localhost
or127.0.0.1
and if katie isn't hosted at root domain, the path isn't set correctly (https://example.com/katie/...
)