W2me92 Posted January 4 Posted January 4 When attempting to log in to the ProcessWire dashboard on the staging subdomain the following occurs: After entering a valid username and password, the login form The URL changes to include /dashboard Instead of redirecting to the dashboard, the page reloads the login form without any error messages indicating "wrong user or password." The login process appears to loop without successful authentication. Observed Behavior: No Error Messages: No alerts or messages are displayed indicating incorrect credentials. Page Reload: The login page simply reloads after submission. URL Change: The URL updates to include /dashboard, suggesting that the form submission is recognized but not processed correctly. please help ?
da² Posted January 5 Posted January 5 Hello, Are you using Apache? Is it configured to read .htaccess files? Is mod_rewrite enabled? https://gcore.com/learning/how-enable-apache-mod-rewrite/
poljpocket Posted January 8 Posted January 8 This could also be a browser issue. One example would be a cached 301 redirect from an old staging install on the same URL. Modern browsers are caching these forever and it's a pain to make them forget the redirects. 1
JosephineNeill Posted January 10 Posted January 10 (edited) On 1/4/2025 at 5:37 AM, W2me92 said: When attempting to log in to the ProcessWire dashboard on the staging subdomain the following occurs: After entering a valid username and password, the login form The URL changes to include /dashboard Instead of redirecting to the dashboard, the page reloads the login form without any error messages indicating "wrong user or password." The login process appears to loop without successful authentication. Observed Behavior: No Error Messages: No alerts or messages are displayed indicating incorrect credentials. Page Reload: The login page simply reloads after submission. URL Change: The URL updates to include /dashboard, suggesting that the form submission is recognized but not processed correctly. please help ? I had the same issue, but now everything is good. Edit: I forgot to ask, have you resolved it or do you still need a help? Edited February 14 by JosephineNeill
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now