devikaaaa33 opened a new issue, #34505:
URL: https://github.com/apache/superset/issues/34505
### Bug description
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.
2025-08-01 13:04:19,510:WARNING:superset.views.error_handling:HTTPException
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/flask/app.py", line 1484, in
full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.10/site-packages/flask/app.py", line 1469, in
dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
File "/usr/local/lib/python3.10/site-packages/flask/app.py", line 502, in
<lambda>
view_func=lambda **kw: self_ref().send_static_file(**kw), # type:
ignore # noqa: B950
File "/usr/local/lib/python3.10/site-packages/flask/scaffold.py", line
317, in send_static_file
return send_from_directory(
File "/usr/local/lib/python3.10/site-packages/flask/helpers.py", line 557,
in send_from_directory
return werkzeug.utils.send_from_directory( # type: ignore[return-value]
File "/usr/local/lib/python3.10/site-packages/werkzeug/utils.py", line
575, in send_from_directory
raise NotFound()
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.
2025-08-01 13:05:40,618:WARNING:superset.views.error_handling:HTTPException
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/flask/app.py", line 1484, in
full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.10/site-packages/flask/app.py", line 1469, in
dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
File "/usr/local/lib/python3.10/site-packages/flask/app.py", line 502, in
<lambda>
view_func=lambda **kw: self_ref().send_static_file(**kw), # type:
ignore # noqa: B950
File "/usr/local/lib/python3.10/site-packages/flask/scaffold.py", line
317, in send_static_file
return send_from_directory(
File "/usr/local/lib/python3.10/site-packages/flask/helpers.py", line 557,
in send_from_directory
return werkzeug.utils.send_from_directory( # type: ignore[return-value]
File "/usr/local/lib/python3.10/site-packages/werkzeug/utils.py", line
575, in send_from_directory
raise NotFound()
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.
### Screenshots/recordings
<img width="957" height="497" alt="Image"
src="https://github.com/user-attachments/assets/b588c348-4ec5-4b9f-82bf-81059ee23b89"
/>
### Superset version
4.1.3
### Python version
3.10
### Node version
16
### Browser
Chrome
### Additional context
_No response_
### Checklist
- [x] I have searched Superset docs and Slack and didn't find a solution to
my problem.
- [x] I have searched the GitHub issue tracker and didn't find a similar bug
report.
- [x] I have checked Superset's logs for errors and if I found a relevant
Python stacktrace, I included it here as text in the "additional context"
section.
--
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]