scottie1984 / swagger-ui-express

Adds middleware to your express app to serve the Swagger UI bound to your Swagger document. This acts as living documentation for your API hosted from within your app.
MIT License
1.41k stars 225 forks source link

Swagger UI not loading in environment different from localhost #285

Closed angelhodar closed 2 years ago

angelhodar commented 2 years ago

Hey I have a strange bug where Swagger UI loads perfectly in localhost but it doesnt load in any other environment. The files are downloaded without error but the HTML is empty, somehow it seems like the js files arent executed or something like that

imagen

imagen

BlowinInWind commented 2 years ago

So do I

scottie1984 commented 2 years ago

Did you manage to resolve?