orkes-io / orkes-conductor-community

Orkes Conductor is a microservices orchestration engine.
Other
111 stars 27 forks source link

Swagger UI displays no operation - "No operations defined in spec! " error message #12

Closed oxsdd closed 1 year ago

oxsdd commented 1 year ago

Describe the bug When running the Docker standalone, http://localhost:8080/swagger-ui/index.html does not display operations, instead an error "No operations defined in spec!"

Steps To Reproduce Run the self-contained, standalone Docker image as per instructions. Navigate to http://localhost:8080/, then click on "Swagger Documentation".

Expected behavior The usual Swagger page to be displayed with operations.

Device/browser

Additional context The same issue occurs when downloading, building the server and running locally outside Docker against local REDIS and Postgres.

oxsdd commented 1 year ago

Please disregard this issue. Apparently it is an environmental issue, and only occurs on one system. It works on another system.

I have been actively evaluating the various different Conductor servers (Netflix, community, Orkes community) on the the same system and at some point the Swagger page stopped working for all of them. I do not yet understand the why, but it is not in the Orkes Conductor Community server.