Plugin Author
beeky2
(@beeky2)
Hi,
403 is a permission error, are you using some caching plugin or some other plugin for user management?
Hi no to both. If the ?redirect= part is removed then it is OK
Does not like the redirect. I have no redirect set up in the logout area just left blank but it still puts in the fqdn. If it is just logout=1 then it works.
Plugin Author
beeky2
(@beeky2)
How the full URL looks like with the redirect= queryvar?
https://lodge9241.blog/?logout=1&redirect=https://lodge9241.blog/
if I cut of the &redirect=https://lodge9241.blog/ and refresh the browser then it logs out and goes to home page.
Plugin Author
beeky2
(@beeky2)
You should have also a _wpnonce= after the redirect var, that’s the reason you are getting 403 error.
Are you sure you don’t have a plugin messing up with the logout URL?
Have you tried with our plugin disabled if logout link works?
Hi no wpnonce in url but if I click on the logout dashboard link it logs out. This is wwith the plugin enabled.
This may be a .htaccess issue I will have a look