Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redocly site 404 when edge client and management api bind different ports #1606

Closed
sabedevops opened this issue Nov 14, 2022 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@sabedevops
Copy link
Contributor

ziti version: 0.26.10

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:

image

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.

@sabedevops sabedevops added the bug Something isn't working label Nov 14, 2022
@qrkourier
Copy link
Member

Reproduced in 0.27.5

@plorenz plorenz transferred this issue from openziti/edge Dec 14, 2023
@qrkourier
Copy link
Member

@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.

@ekoby
Copy link
Member

ekoby commented Jul 24, 2024

works now

@ekoby ekoby closed this as completed Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants