open-rmf / rmf-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Swagger UI API docs not loading

shannenlolol opened this issue · comments

Before proceeding, is there an existing issue or discussion for this?

OS and version

Ubuntu 22.04

Open-RMF installation type

Source build

Other Open-RMF installation methods

No response

Open-RMF version or commit hash

2.3.0

ROS distribution

Rolling

ROS installation type

Source build

Other ROS installation methods

No response

Package or library, if applicable

No response

Description of the bug

The Swagger UI link provided for the API docs (https://open-rmf.github.io/rmf-web/docs/api-server/ ) is not working and shows a blank screen. It was working fine a few months back when I last checked.

Steps to reproduce the bug

View the link at https://open-rmf.github.io/rmf-web/docs/api-server/

Expected behavior

No response

Actual behavior

No response

Additional information or screenshots

No response

Thanks for flagging this! We believe #786 is the root cause, will look into it.

In the meantime, you can access the API once you start the api-server following the instructions, and navigating to localhost:8000/docs

Fixed with #907