nagarajmmu opened a new issue, #24014: URL: https://github.com/apache/superset/issues/24014
After superset login, only close and remove button is visible, nothing else, in log I fond the below exception. #### How to reproduce the bug 1. Start superset by below command # sudo docker-compose -f docker-compose.yml up 2. After superset is started, login with credentials. 3. After login, you will see only close and remove button, nothing else. 4. See error in log/console Traceback (most recent call last): superset_app | File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1517, in full_dispatch_request superset_app | rv = self.dispatch_request() superset_app | File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1503, in dispatch_request superset_app | return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) superset_app | File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 509, in <lambda> superset_app | view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 superset_app | File "/usr/local/lib/python3.8/site-packages/flask/scaffold.py", line 322, in send_static_file superset_app | return send_from_directory( superset_app | File "/usr/local/lib/python3.8/site-packages/flask/helpers.py", line 676, in send_from_directory superset_app | return werkzeug.utils.send_from_directory( # type: ignore superset_app | File "/usr/local/lib/python3.8/site-packages/werkzeug/utils.py", line 586, in send_from_directory superset_app | raise NotFound() superset_app | werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. what actually happens. It should show welcome page with dashboard and menu. #### Screenshots ### Environment Superset 2.1 Python 3.8 OS Ubuntu 18 Please help me how can I resolve this issue. -- 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: notifications-unsubscr...@superset.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org