maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

404 page not working #488

Closed smokinGun closed 7 years ago

smokinGun commented 7 years ago

Expected Behavior

When navigating to a non existent snippet, user should be redirected to a 404 page.

Current Behavior

User is not redirected to a 404 page when navigating to a 404 page. Instead, a user is redirected to the homepage.

Steps to Reproduce (for bugs)

  1. Navigate to an existing snippet (url)
  2. Enter a nonexistent snippet to the url
  3. Notice you are redirected to the homepage, not the error page.
thebho commented 7 years ago

Works in Chrome

thebho commented 7 years ago

And safari

thebho commented 7 years ago

Is anyone still having this issue?