WordPress Admin Automatically Logs Out After Login on LiteSpeed Server

#1
I'm facing a strange issue with my WordPress website: https://cocoflixapk.co.in/.
The site is hosted on a LiteSpeed server, and the frontend works fine. However, whenever I log in to the WordPress admin dashboard, I'm immediately logged out and redirected back to the login page.
Has anyone encountered this issue on a LiteSpeed server? Could it be related to LiteSpeed Cache, cookies, sessions, .htaccess, or server configuration?
If anyone knows how to troubleshoot or fix this, I'd really appreciate your help.
 
#3
Has this happened before? Or is it a fresh setup? I'd check WP_HOME and WP_SITEURL first and see if they match. You could also use wp CLI command to disable plugins from the console temporarily to narrow down the issue.
 
Top