@jason Try going to System -> Reindex and re-indexing your users. I received the same error and this resolved it for us. Everything was working on Friday for us, so it looks like something broke over the weekend.
Hi Dan, not myself but yes, identical issue, i have used 3 machines in total to follow the installation guide, all with the same re-occurring issue above.
I did have this working a couple of weeks ago on my first try with no issue at all, however since then, i have tried to do the exact same again with no luck.
To check i wasnt being daft, i had a colleague attempt it too, on their machine, to no avail.
We have two OurApp and FusionAuth applications installed on our server. We are currently using two subdomains.
For example https://auth.service.com . All requests that come from this subdomain nginx proxies to FusionAuth (on our server).
https://app.service.com. All requests that come from this subdomain nginx proxies to OurApp.
But we wouldn't want to have two subdomains. We would like to have one domain for example https://service.com . We would like setup that all requests from https://service.com/auth nginx proxies to the FusionAuth app, and all the others (ex https://service.com/home) to requests to the OurApp.
The question is, is it possible to specify FusionApp so that all endpoits start with /auth? This way we would be able to use one subdomain and configure nginx to proxy all requests that start with /auth to FusionAuth and the rest to OurApp.