Hi,
I got the same problem. I’m guessing if this is related to cache?
In my case, using “Social Login, Social Sharing by miniOrange v7.3.8” – Google. Both pre-config and my own setting can reproduce this issue.
Error URL is https://samplesite.com/option=oauthredirect&wp_nonce=0292ef7f76&app_name=google
ERROR: Invalid Request.
## Reproduce steps:
1. Enable Social Login (Google) – with cache enabled
2. Login website through social login then logout
3. repeat step.2 several times, it will happen.
Hope this can be solved.
Thank you.
Hi, I solve this problem by doing following things, you might want to try:
1. Find out the “footer-widget.php” under the theme you are using. i.e.
“\wp-content\themes\[ThemeName]\inc\widgets\social\footer-widget.php”
2. Edit the “footer-widget.php” to remove the strings. In my case, all contents in the file are not necessary, so I just remove everything and leave a blank footer-widget.php there.
3. Clean cache (if you enable that) and check again.
Henry@TW