gotson / komga

Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS support
https://komga.org
MIT License
3.76k stars 219 forks source link

odps endpoint url returns "page not found" #1618

Closed twkonefal closed 1 month ago

twkonefal commented 1 month ago

Steps to reproduce

I've set up komga in docker behind traefik as a reverse proxy to handle https. The documentation for komga says that I should be able to use https://my.url/odps/v2/catalog to connect to an ebook reader, but this url never works. Browsing to that url returns "page not found". Am I doing something wrong? I'm not sure how to troubleshoot this. Sorry, I can't ask for support on discord.

My base url in config is blank.

Also, to be clear, using komga normally through the browser works without issue.

Expected behavior

Odps catalog should be available at the odps url. https://my.url/odps/v2/catalog

Actual behavior

Page not found. Ebook readers return error.

Logs

No response

Komga version

1.11.1 master

Operating system

rocky Linux 9 / docker

Installation method

Docker

Other details

No response

Acknowledgements

twkonefal commented 1 month ago

My bad. User error. Apologies!