Signout screen not working

It's only a trivial matter, but using 2.0.17, when I signout as a user, I get an error page:
"Page Not Found
The page you were looking for could not be found."
This is mildly annoying and I'd like to fix it. But I have no idea what file is not working. Can anyone help me please?
0
Best Answer
-
sahotataran ✭✭✭
http://vanillaforums.org/discussion/comment/139520#Comment_139520
There was an error rendering this rich post.
0
Answers
http://vanillaforums.org/discussion/comment/139520#Comment_139520
http://vanillaforums.org/discussion/16717
http://vanillaforums.org/discussion/18332
There was an error rendering this rich post.
Thanks, that was easy. Various solutions were suggested, but this was the one I chose:
"I modified the Error 404 Route from Dashboard/Routes to redirect to categories/discussions"
That's going to route all your 404 requests to /categories/discussions and this will be a bad seo practice. If there is a 404 then rather than giving and error it will make it valid page I think and for search engines those pages will be existing if I am not wrong
There was an error rendering this rich post.
Yes, it is a bit of a make-shift solution, but it was easy. I may look at some of the other suggestions later - do you have a preference for the best solution?
If this is a known bug, do you think it will be fixed?