Closed davidswarbrick closed 4 years ago
Are you going to add a template for a database miss? Currently it’s just a JSON 404
Are you going to add a template for a database miss? Currently it’s just a JSON 404
Yes this needs to be handled properly but I'm not familiar with the best way to do so in Flask, @behradkoohy can you advise?
From the flask documentation we could implement abort(404)
for now ?
Thanks for the change @fpervaiz, anyway we could have a button on the 404 page so user can redirect back to home page? That would be the perfect
Thanks for your additions @fpervaiz ! @rafeeJ the header on the 404 page includes a link to the homepage, so I will go ahead and merge.