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
when cloning the raw spec, the base_uri information is lost, meaning external references cannot be resolved.
maybe my use-case is niche, but my openapi spec relies heavily on external references
Expected behaviour
the spec to be displayed
Actual behaviour
500 error
Steps to reproduce
run the test in test_swagger_ui.py in #1889 with the modified simple app
Additional info:
Output of the commands:
python --version
pip show connexion | grep "^Version\:"
The text was updated successfully, but these errors were encountered:
jdkent
changed the title
swagger-ui give a 500 error when attempting to view
swagger-ui not resolving external references
Feb 21, 2024
Description
when cloning the raw spec, the
base_uri
information is lost, meaning external references cannot be resolved.maybe my use-case is niche, but my openapi spec relies heavily on external references
Expected behaviour
the spec to be displayed
Actual behaviour
500 error
Steps to reproduce
run the test in
test_swagger_ui.py
in #1889 with the modified simple appAdditional info:
Output of the commands:
python --version
pip show connexion | grep "^Version\:"
The text was updated successfully, but these errors were encountered: