In my case, it ended up being some kind of adverse interaction in the nginx wordpress config that I had. Something about not passing along the naked arguments:
location / {
original line: try_files $uri @php;
new line: try_files $uri $uri/ /index.php?$args;
}
And the associated upstream was wrong. Used the config suggested here: https://www.nginx.com/resources/wiki/start/topics/recipes/wordpress/
For a simpler wordpress nginx config and that solved it.
Related Posts:
- Changing Admin Menu Labels
- “Too many redirects” ONLY when trying to access wp-admin page
- Admin Page Redirect
- Unable to login and wp-login.php redirects to wp-admin%2F&reauth=1?
- Remove dashboard, use Pages tab as default
- How to redirect/rewrite all /wp-login requests
- Add “external” link to admin menu in the backend
- Change Login URL Without Plugin
- How to display the user that published a pending post?
- How to remove the site health dashboard widget?
- Wrong canonical link on wp-admin pages
- How can I make WordPress work with a Symfony app?
- stop redirection on /wp-admin call to /wp-login
- wp-admin produces a 302 redirect to itself
- Copy my user account’s wp-admin dashboard layout to other users?
- Users are redirected to homepage instead of wp-admin
- Make sub menu items a main link in the admin menu using fuctions.php
- How to disable or hide “collapse menu”
- Dashboard links not working
- Unwanted redirect in admin area
- Removing admin bar from wordpress dashboard
- Login to wp-admin “redirect_to” points to wrong URL after migration
- wp-login.php — redirect logged in users to custom URL
- Can’t access wp-admin Internal Server Error 500
- Can’t access admin dashboard with wp-admin without /index.php after it
- How to change “wp-admin” to something else without search-replacing the core?
- Can’t access dashboard, connection times out (other pages work fine)
- Change Dashboard url
- WordPress subdomain wp-admin redirects to main domain
- wp-admin does not redirect to dashboard
- Cannot log into WordPress Dashboard after removing/adding .htaccess
- Custom WordPress Dashboard for Specific user role
- Why is there an intermediate redirect to https://public-url.org/wp-admin?
- Show Welcome Panel on Dashboard for every user
- How do I set the homepage to the WordPress Admin Dashboard login?
- https://mydomain/wp-admin redirects to wp-login.php?redirect_to=https%3A%2F%2Fmydomain%2Fwp-admin%2F&reauth=1
- Create a fullwidth dashboard widget
- Locked Out Of WordPress Admin Dashboard After Server Move
- Redirect non-admin users away from wp-admin/index.php (main dashboard page) to wp-admin/profile.php
- WordPress (behind HAProxy and Jetty), not multisite, in sub folder – and /en/wp-admin/ keeps redirecting to /wp-admin/
- Created a new subdomain with same content. Should I add a redirect in my old subdomain?
- wp-admin – 404 after custom login form
- How to fix ‘WordPress redirection loop problem in wp-login.php page’?
- Wp-admin is giving me an error “Sorry, you are not allowed to access this page.”. I do have access to the wp-admin besides the dashboard itself
- WP-Admin shows (1) update but there is no update for plugin, theme or WordPress
- White screen of death in Dashboard after clean installation
- How do I let logged out users see the dashboard?
- How can I replace dashboard.css and dashboard.min.css (not add new css)
- wp-admin 302 redirects
- WP admin user search doesn’t return all users
- Too many redirects after added SSL redirect on port 80 virtual host
- can not access wp-admin after migrating to openshift
- How do you force the wordpress dashboard to be 1 coulmn by default?
- How to remove dashboard access (wp-admin) for author but not disable the capabilities?
- always by default show welcome panel in the dashboard
- Can’t access wp-admin, redirects to http://%24domain/wp-admin/
- Dashboard Widget CSS
- Admin top level menu, pointing to an external url
- how can I change the font on Edit Post area (admin dashboard)
- Unable to properly login
- Restrict access to admin-post.php
- Dashboard : remove Safari navigator message
- Move WooCommerce menu entries to top of dashboard
- Redirect an entire WordPress site on a subdomain, except wp-admin
- Admin sometimes redirects to HTTPS
- Too Many Redirects – WP-Admin Only
- WP Admin Login keeps redirecting to login
- Why wp redirects me to wp-login.php when I visit a rewritten wp-admin URL?
- Change maxlength of link_description in dashbord link section?
- CPU overload spam – redirect link to wp-admin and new post
- Trying to create a page as a menu item in the admin while keeping the admen panel visible
- Weird urls after moving site from local env to a server
- issue with wordpress [wp-admin] redirects, when using kubernetes ingress hosting two wordpress websites using path
- Broken Customizer page
- How to access wp-admin from original website after setting the domain redirect/forwarding
- I can’t access my wp admin dashboard
- WordPress /wp-admin redirect to wrong port in docker
- Login redirect_to url is pointing to a url with the port
- Step by step guide for new users on how to post content?
- Redirect from wp-admin back to page
- Can’t access WP-Admin via HTTPS
- Unable to log in as admin
- Localhost install: Administrator lost administrator access; cannot access Dashboard
- Random HTTPs redirections at admin area in shared hosting
- Getting 404s in wp-admin after logged in
- Admin section showing CUSTOM Permalink structure thus resulting in permission error [closed]
- Unable to access dashboard (wp-admin) only
- Launch wordpress site to local computer from live website backed-up
- How can visitors redirect wp-admin to the homepage?
- All of my WordPress sites have Bold Open Sans
- Why when I click on a link into the WP admin panel I am redirected to a link that doesn’t contains wp-admin prefix, so I obtain 404 error
- How to make the Panel // WP-Admin lighter via Mobile
- How can you change the admin dashboard URL without symlinking?
- Word press wp-admin redirecting to reauth=1
- Removing /wp in Permalink URL of subdomain led to inaccessibility to WP Dashboard
- Admin utility classes?
- redirect wp-admin/profile.php to members/your-profile
- WP dashboard messed up
- Wildcard multisite wp-admin url wrongfully redirected
- prevent wordpress from changing/rewriting url ip with the siteurl settings