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

"Sorry ... There's nothing here! Back" - 404 error page in Fyyur project #172

Open
julianovmartins opened this issue Feb 16, 2023 · 1 comment

Comments

@julianovmartins
Copy link

Some students face the page not found problem without changing anything in the code, including requests that use the GET method.

A temporary solution is to add the following line of code in the app.py file:
https://github.com/udacity/FSND/blob/master/projects/01_fyyur/starter_code/app.py#L23

Code:

app.url_map.strict_slashes = False

Problem image:

error_404

@princerb
Copy link

It is not a problem as it is supposed to work like this I guess.

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

2 participants