linuxserver / budge

GNU General Public License v3.0
619 stars 18 forks source link

Swagger API Docs lead to blank screen #12

Closed iotemylabs closed 2 years ago

iotemylabs commented 2 years ago

When I access [IP]:[PORT]/api/docs/ in 2 different web browsers (Chrome and Chromium based), tab says Swagger UI. but takes me to a complete blank screen.

alex-phillips commented 2 years ago

This might be an issue with http vs https. If you're running the docker container, try and map port 443 instead of 80 and hit the IP on https and see if it works then? If that's the case, I'll see if I can put in a workaround for http-only.

alex-phillips commented 2 years ago

Closing this, please let me know if you're still encountering this issue with my above suggestion.