You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After changing in settings permalink to %postname%
The bug doesnt reproduce itself anymore.
Technical details
When permalink is "?p=1"
endpoint for users is https://mysite.com/wordpress/index.php?rest_route=/wp/v2/users?per_page=20 (which doesnt work, 404 is returned)
When permalink is %postname%
endpoint for users is https://mysite.com/wordpress/wp-json/wp/v2/users?per_page=20 (works well)
Im saying about requested endpoints from network tab of the page https://mysite.com/wordpress/wp-admin/admin.php?page=wpseo_dashboard#/first-time-configuration
Screenshots, screen recording, code snippet
If possible, please provide a screenshot, a screen recording or a code snippet which demonstrates the bug.
Which browser is affected (or browsers):
Chrome
Firefox
Safari
Other:
Used versions
WordPress version: 6.7
WordPress Theme: default
Yoast SEO version: 23.8
The text was updated successfully, but these errors were encountered:
Even though the issue persists within the First-time configuration when Plain permalink is selected, as a workaround, you can navigate to the Yoast SEO > Settings > General > Site representation > select Person and can select the user to complete this configuration.
josevarghese
changed the title
BUG - Fresh install, wrong user endpoint
Unable to select the user within the 'Site representation' under First time configuration when the permalink structure is set as "Plain"
Nov 19, 2024
Please give us a description of what happened
To Reproduce
Step-by-step reproduction instructions
Expected results
Actual results
Resolution
%postname%
Technical details
endpoint for users is
https://mysite.com/wordpress/index.php?rest_route=/wp/v2/users?per_page=20
(which doesnt work, 404 is returned)%postname%
endpoint for users is
https://mysite.com/wordpress/wp-json/wp/v2/users?per_page=20
(works well)Solution inspired by a stackoverflow answer: https://stackoverflow.com/a/46326542/1067123
Im saying about requested endpoints from network tab of the page
https://mysite.com/wordpress/wp-admin/admin.php?page=wpseo_dashboard#/first-time-configuration
Screenshots, screen recording, code snippet
If possible, please provide a screenshot, a screen recording or a code snippet which demonstrates the bug.
Used versions
The text was updated successfully, but these errors were encountered: