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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
jerry_gzy's avatar
53
jerry_gzy
asked 12 years ago, updated 12 years ago

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]")?

todofixthis's avatar todofixthis (12 years ago)
1

Take a look into the application log around that time - it might show what caused the "bad gateway".

Evgeny's avatar Evgeny (12 years ago)

yes, it does appear for non-admin user and non-login guest.

jerry_gzy's avatar jerry_gzy (12 years ago)

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?

jerry_gzy's avatar jerry_gzy (12 years ago)
see more comments