Can't access wp-admin directly on cloudron installed wordpress
-
Hi!
I am unable to access the wp-login page of my cloudron installed wordpress app.
It timeouts and shows
https://mydomain.tld:8000/wp-admin/However, I am perfectly able to access the wp-login page (domain/wp-login) and upon successful logging in, I am redirected to the wp-admin page that loads without an issue.
Is there something I need to know and is this normal? Is there anything by design that is preventing me from accessing wp-admin? Any security rules, etc? Something cloudron placed in the htaccess?
Please let me know.
Thank you!
-
The trick is to access the admin panel via
https://mydomain.tld/wp-admin/
(note the trailing slash), then it works immediately.There is already an open issue (https://git.cloudron.io/cloudron/wordpress-app/issues/26), I'm guessing this is either a .htaccess or reverse proxy related problem.