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

Swagger UI doesnt seem to work at /api/doc #347

Closed
bvandewe opened this issue Mar 16, 2023 · 1 comment
Closed

Swagger UI doesnt seem to work at /api/doc #347

bvandewe opened this issue Mar 16, 2023 · 1 comment
Assignees
Labels
app: server Concerns the server status: investigate An issue that needs to be investigated more thoroughly type: bug Something isn't working

Comments

@bvandewe
Copy link

What happened:

Swagger UI doesnt open and the UI returns Sorry, there's nothing at this address. when trying to open the route /api/doc.
( Ref to

builder.RoutePrefix = "api/doc";
).

This happens when running Synapse locally (http://localhost:42286/api/doc) so doesnt seem related to lower layers (k8s/istio/...).

What you expected to happen:

Would be great to be able to submit a workflow definition via the API, in case the UI doesnt accept one (like with #346 ).

How to reproduce it:

Anything else we need to know?: v0.4.0

Environment: K8s & Docker compose

@cdavernas cdavernas self-assigned this Mar 24, 2023
@cdavernas cdavernas added type: bug Something isn't working app: server Concerns the server status: investigate An issue that needs to be investigated more thoroughly labels Mar 24, 2023
@cdavernas
Copy link
Member

Fixed in #366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app: server Concerns the server status: investigate An issue that needs to be investigated more thoroughly type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants