deleted question still show in list
it appears I have gone in to a corner case where a question page link is 502 Bad Gateway but still appear in the question list, is there a way to remove it?
[Update] ok, after reboot, the 502 Bad Gateway is gone, and now have a 404 error, it'll be good if we can delete the question from the list if it has a 404 error.
[Update] this problem is now fixed, solution is to del the post in django admin panel.
Comments
Does the deleted question appear if a non-admin user is logged in? Does it appear just like a normal question or does it have a suffix (e.g., "[deleted]")?
Take a look into the application log around that time - it might show what caused the "bad gateway".
yes, it does appear for non-admin user and non-login guest.
btw, I have set the nginx error page to a custom page, but it's not showing somehow, what would be a correct step to setup custom 404, 502 error page?