You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request handler for GET https://${host}:8443/edge/management/v1/docs attempts to access swagger.json at GET https://${host}:8443/swagger.json, which results in a 404 as per below:
In particular, this happens when the edge management and client api servers bind different ports. In the case above GET http://${host}:443/edge/client/v1/docs still succeeds.
The text was updated successfully, but these errors were encountered:
@dovholuknf Maybe we should move ReDocly to a generic xweb binding. This makes me wonder how ReDocly is currently handled if it's not similar to your xweb experiment for zac.
ziti version:
0.26.10
Request handler for
GET https://${host}:8443/edge/management/v1/docs
attempts to accessswagger.json
atGET https://${host}:8443/swagger.json
, which results in a 404 as per below:In particular, this happens when the edge management and client api servers bind different ports. In the case above
GET http://${host}:443/edge/client/v1/docs
still succeeds.The text was updated successfully, but these errors were encountered: