You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an issue where the SecuritySchemasname: [name_of_security_schema] is rendered with two // in the URL path which when clicked on leads to the 404 page.
I've taken a look through the code but im pretty confused by it. Any ideas where I might be able to correct my schema or plugin config to avoid this?
The text was updated successfully, but these errors were encountered:
docusaurus-openapi-docs/packages/docusaurus-plugin-openapi-docs/src/index.ts
Lines 338 to 345 in 78bfd44
We have an issue where the SecuritySchemas
name: [name_of_security_schema]
is rendered with two//
in the URL path which when clicked on leads to the 404 page.I've taken a look through the code but im pretty confused by it. Any ideas where I might be able to correct my schema or plugin config to avoid this?
The text was updated successfully, but these errors were encountered: