I am trying to use REST API and I am getting 404 on https://<site>/community/api/auth. This is a new install. Am I missing something in the install? I was able to generate API keys without issues.
I was able to resolve this by changing the URL to https://<site>/community/index.php/api/auth. My server is on IIS, so this may have something to do with that.