Open
Description
I am using flask-restx==1.1.0
My Python is 3.8.10
Sometime I am seeing this issue in my swagger dashboard
GET https://{host}/api/swaggerui/swagger-ui-standalone-preset.js net::ERR_ABORTED 404 (NOT FOUND) {host}/:71 GET https://{host}/api/swaggerui/swagger-ui-bundle.js net::ERR_ABORTED 404 (NOT FOUND) {host}/:7 GET https://{host}/api/swaggerui/swagger-ui.css net::ERR_ABORTED 404 (NOT FOUND) (index):75 Uncaught ReferenceError: SwaggerUIBundle is not defined at window.onload ((index):75:40)
And my dashboard is not getting load because of this issue
Can someone please help me with this ? I am not able to find much about this issue in internet already