mattfrear/Swashbuckle.Examples

Updated to 3.3.2 - Swagger page forever loading at fetching resource list

Closed this issue · 4 comments

After updated to Swashbuckle.Examples 3.3.2 - when loading http://host/swagger, it forever stuck/loading at fetching resource list.

Open your browser developer tools and you'll probably see an error

this is the error i get:
Navigated to http://localhost:52329/swagger/ui/index swagger-ui-min-js:8 Uncaught TypeError: Cannot read property 'parameters' of null at t.exports.l.resolve (swagger-ui-min-js:8) at response (swagger-ui-min-js:7) at h (swagger-ui-min-js:7) at t.on.response (swagger-ui-min-js:7) at swagger-ui-min-js:7 at h.callback (swagger-ui-min-js:13) at h.<anonymous> (swagger-ui-min-js:13) at h.r.emit (swagger-ui-min-js:13) at XMLHttpRequest.n.onreadystatechange (swagger-ui-min-js:13)

Unable to reproduce