Version
v3
Severity
Low
Suggested Priority
Low
Observed Behaviour
Navigating to route /bands/<insert_any_band_not_included_in_database_here> opens a page with the band name in the title, with no gigs listed.

Expected Behaviour
Attempting to navigate to route /bands/<insert_any_band_not_included_in_database_here> should bring the user to the 404 error page.

Reproduction Steps
- Run the app
- Navigate to http://127.0.0.1:5001/bands/IDoNotExist
- OBSERVE
Version
v3
Severity
Low
Suggested Priority
Low
Observed Behaviour
Navigating to route

/bands/<insert_any_band_not_included_in_database_here>opens a page with the band name in the title, with no gigs listed.Expected Behaviour
Attempting to navigate to route

/bands/<insert_any_band_not_included_in_database_here>should bring the user to the 404 error page.Reproduction Steps