Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 Not Found: The requested URL was not found on the server #113

Open
bbinglongg opened this issue Feb 23, 2025 · 0 comments
Open

404 Not Found: The requested URL was not found on the server #113

bbinglongg opened this issue Feb 23, 2025 · 0 comments

Comments

@bbinglongg
Copy link

Traceback (most recent call last):
File "E:\conda\env\data_formulator\lib\site-packages\flask\app.py", line 1511, in wsgi_app
response = self.full_dispatch_request()
File "E:\conda\env\data_formulator\lib\site-packages\flask\app.py", line 919, in full_dispatch_request
rv = self.handle_user_exception(e)
File "E:\conda\env\data_formulator\lib\site-packages\flask_cors\extension.py", line 194, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
File "E:\conda\env\data_formulator\lib\site-packages\flask\app.py", line 802, in handle_user_exception
return self.handle_http_exception(e)
File "E:\conda\env\data_formulator\lib\site-packages\flask\app.py", line 777, in handle_http_exception
return self.ensure_sync(handler)(e) # type: ignore[no-any-return]
File "E:\workspace\data-formulator\py-src\data_formulator\app.py", line 260, in page_not_found
return send_from_directory(app.static_folder, "index.html") #'Hello 404!' #send_from_directory(app.static_folder, "index.html")
File "E:\conda\env\data_formulator\lib\site-packages\flask\helpers.py", line 565, in send_from_directory
return werkzeug.utils.send_from_directory( # type: ignore[return-value]
File "E:\conda\env\data_formulator\lib\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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant