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
Using gin-swagger encountered a javascript error, causing the google browser not to display the swagger api page, the javascript error is as follows
#273
I was able to resolve the error by setting readTimeout and writeTimeout to 10 seconds (previously it was 5 sec and was unable to download large /swagger/swagger-ui-bundle.js content)
Uncaught ReferenceError: SwaggerUIBundle is not defined
at window.onload
The text was updated successfully, but these errors were encountered: