DwijadasDey opened a new issue, #21145: URL: https://github.com/apache/superset/issues/21145
Hi I am getting "Failed to load API definition" error in the browser when trying to access API endpoint `http://SERVER_IP:8088/swagger/v1` Swagger UI is enabled in config.py [`FAB_API_SWAGGER_UI = True`]  In the browse console, I can see the following two errors: `GET http://SERVER_IP:8088/api/v1/_openapi 404 (Not Found) ` and `DevTools failed to load source map: Could not load content for http://SERVER_IP:8088/static/appbuilder/css/bootstrap.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE` Shall i have to enable any more feature flags to get it working ? **Environment:** Python 3.8.1 Superset 1.4.2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
