submit-listing/&_cache=1747235503
I get this in the URL after the website name.
This happens when I click Post something in a Category, and then the flow asks me to Sign in using the Social Login. Then it redirects to this URL.
Is there any solution to this issue ? This question is for the community and not for paid support.
I used these links for snippets
Hi,
Thanks for the detailed bug report, we’ll fix it in the next Social Login update. If there are no caching issues on your site, there’s a temporary fix - please change line 307 in hivepress-social-login/includes/controllers/class-auth.php:
$redirect = wp_validate_redirect( add_query_arg( [ '_cache' => time() ], $redirect ) );
to:
$redirect = wp_validate_redirect( $redirect );
thank you @andrii
i will try this and see if it works
I tried this, but the solution is partial.
The category i had selected before Social Login, does not get selected after login.
It is asking me to select the Category again.
Thanks
Hi,
Please provide more details regarding this issue (e.g., your actions step by step with screenshots, screencast, etc.). This will help us to reproduce and resolve the issue faster.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.