Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
288 views
in Q2A Core by
When I tried to login or logout, the browser seems reload or process something but nothing changes on the page content however if you refresh or use browser (ctrl + alt + R) it seems that you are login or logout successfully but does not reload the page?

anybody experience this issue and got solution to this?
Q2A version: login, login

1 Answer

+2 votes
by

This is just my guess, as I have never been braced for such a phenomenon. Some plugin hooking login (u_login) and logout (u_logout) events may be blocking final page redirection with some errors.

https://docs.question2answer.org/plugins/modules-event/

It is recommended to check the PHP error log. It is also recommended to test with all third party plugins disabled.

...