Files
backstage/.changeset/sour-spies-hug.md
T
Dominik Schwank cd4e3c4d4e fix(api-docs): set url explicitly to an empty string
The url argument is undefined when it is not explicitly set to an empty string. An undefined url is
causing the swagger UI to fail on match checks.

fixes #8895

Signed-off-by: Dominik Schwank <dominik.schwank@sda.se>
2022-01-14 18:19:25 +01:00

163 B

@backstage/plugin-api-docs
@backstage/plugin-api-docs
patch

Using an explicitly empty string for the url argument ensures that the swagger UI does not run into undefined errors.