-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Closed
Labels
Description
I use http://petstore.swagger.io/ with this config http://flask-restplus-example-server.herokuapp.com/api/v1/swagger.json.
First of all, there is no scopes selection, which seems to be the source of the following bug. If I just enter the credentials, I get the following traceback:
swagger-ui-bundle.js:51 Uncaught TypeError: t.map is not a function
at c (http://petstore.swagger.io/js/swagger-ui-bundle.js:71:30290)
at http://petstore.swagger.io/js/swagger-ui-bundle.js:71:30534
at Array.reduce (native)
at l (http://petstore.swagger.io/js/swagger-ui-bundle.js:71:30362)
at Object.p [as mergeInQueryOrForm] (http://petstore.swagger.io/js/swagger-ui-bundle.js:71:31273)
at Object.fetch (http://petstore.swagger.io/js/swagger-ui-bundle.js:71:31444)
at http://petstore.swagger.io/js/swagger-ui-bundle.js:81:5588
at Object.dispatch (http://petstore.swagger.io/js/swagger-ui-bundle.js:41:3805)
at dispatch (<anonymous>:2:1507)
at Object.authorizePassword (http://petstore.swagger.io/js/swagger-ui-bundle.js:34:2323)
/cc @webron @bodnia @MugeSo @hkulekci @HugoMario @vpandey-rms @wimpers @bundabrg @danballance (I am sorry for the possible spam, but you were interested in the #2397, so I figured I would let you know about the issue).
Reactions are currently unavailable