federecio / dropwizard-swagger

a Dropwizard bundle that serves Swagger UI static content and loads Swagger endpoints.
Other
130 stars 184 forks source link

Javascript exception in v0.5.3 in the Swagger UI #39

Open vultron81 opened 9 years ago

vultron81 commented 9 years ago

My app worked fine with v0.5.2 but when I upgrade to v0.5.3 I get an exception with the following stack trace:

Uncaught Error: Unknown template object: function handlebars-2.0.0.js:27 e handlebars-2.0.0.js:27 a.template swagger-ui.js:187 (anonymous function) swagger-ui.js:226 (anonymous function)

I tried to debug this but failed due to the complexity of swagger-ui.js.

doredesign commented 9 years ago

I'm having the same issue in a different swagger-ui app. Did you ever figure out the problem, @vultron81?

JuanS-zz commented 8 years ago

same here ... did you found any solution?