502 on /users/
joelworsham opened this issue · 1 comments
joelworsham commented
Using the authentication I'm getting a 502 on the /wp-json/wp/v2/users/ endpoint. The endpoint works perfectly when not using authentication.
So, 2 questions.
- Any insight on this 502?
- Is it possible to require authentication for ALL endpoints? Even GET, I want all information private.
joelworsham commented
If anyone else encounters this, the server was simply crashing. I lowered the returned users via per_page
and it began to work at a specific threshold.