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
But in the swagger UI I see only one autogenerated server with a malformed URL with a comma:
https://somedomain.com/,somedomain.com
I'm guessing it's trying to do some kind of logic to support reverse proxies... but that logic seems broken. Do you know where the code lives for this?
The text was updated successfully, but these errors were encountered:
In my generated
swagger.json
, I see the correctly generated servers section:But in the swagger UI I see only one autogenerated server with a malformed URL with a comma:
I'm guessing it's trying to do some kind of logic to support reverse proxies... but that logic seems broken. Do you know where the code lives for this?
The text was updated successfully, but these errors were encountered: