Describe the bug
After upgrading to 5.1.0, some of the API documentation pages hang, blocking the browser entirely.
Expected behavior
The page should not hang.
Current behavior
The page hangs.
Possible solution
Steps to reproduce
I have a branch of my repo using version 5.1.0.
git clone --branch docusaurus_3.10 --depth 1 https://github.com/gotson/komga-website
cd komga-website
npm i
cd website
npm run gen-api-docs
npm run start
- Open browser to
http://localhost:3000/docs/openapi/komga-api
- Navigate to 'Series > List series' or 'Series > List series groups'. Those are the 2 pages that hang.
Context
This used to work in the previous version (4.7.1), here is the version deployed in prod: https://komga.org/docs/openapi/get-series-alphabetical-groups
It is currently preventing me from upgrading to Docusaurus 3.10+.
This is the OpenAPI spec for the 'Series > List series groups' API: https://github.com/gotson/komga/blob/bd8b7731dca5f6976e14494d80644de2636da442/komga/docs/openapi.json#L6040
Your Environment
- Version used: 5.1.0
- Environment name and version (e.g. Chrome 59, node.js 5.4, python 3.7.3): Firefox 152, Chrome 149, node 22
- Operating System and version (desktop or mobile): macOS 26.5.1
- Link to your project: https://github.com/gotson/komga-website
Describe the bug
After upgrading to 5.1.0, some of the API documentation pages hang, blocking the browser entirely.
Expected behavior
The page should not hang.
Current behavior
The page hangs.
Possible solution
Steps to reproduce
I have a branch of my repo using version 5.1.0.
git clone --branch docusaurus_3.10 --depth 1 https://github.com/gotson/komga-websitecd komga-websitenpm icd websitenpm run gen-api-docsnpm run starthttp://localhost:3000/docs/openapi/komga-apiContext
This used to work in the previous version (4.7.1), here is the version deployed in prod: https://komga.org/docs/openapi/get-series-alphabetical-groups
It is currently preventing me from upgrading to Docusaurus 3.10+.
This is the OpenAPI spec for the 'Series > List series groups' API: https://github.com/gotson/komga/blob/bd8b7731dca5f6976e14494d80644de2636da442/komga/docs/openapi.json#L6040
Your Environment