79519577

Date: 2025-03-19 08:38:07
Score: 1.5
Natty:
Report link

It looks like WordPress is treating your /login page as an API endpoint rather than a regular page.

WordPress has a built-in REST API, and /login might be conflicting with an existing endpoint

To test, try accessing another non-existent page (e.g, mysite.com/randompage). If it gives a standard 404 page, then /login might be reserved.

Rename the page to something like /user-login and see if that works.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Younes Rih