FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. jason
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 4
    • Best 1
    • Controversial 0
    • Groups 0

    jason

    @jason

    1
    Reputation
    4
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jason Unfollow Follow

    Best posts made by jason

    • Error on Users Page (and API)

      Hi there,

      When I navigate to the user tab of my cloud hosted FA instance (https://[myapp].fusionauth.io/admin/user/), I see the following error message: "FusionAuth encountered an unexpected error. Please review the troubleshooting guide for assistance and the available support channels. https://fusionauth.io/docs/v1/tech/troubleshooting/"

      In the server logs I am able to see the following error:

      All shards failed for phase: [query]
      org.elasticsearch.ElasticsearchException$1: Text fields are not optimised for operations that require per-document field data like aggregations and sorting, so these operations are disabled by default. Please use a keyword field instead. Alternatively, set fielddata=true on [login] in order to load field data by uninverting the inverted index. Note that this can use significant memory.

      Is there some way to fix this?

      posted in General Discussion
      J
      jason

    Latest posts made by jason

    • RE: Locking a user account does not change lastUpdateInstant

      @dan Sorry, I misspoke here - it should say, when we deactivate a user, not when we lock a user. We are calling the Java client deactivateUser() method:

      eaf1dc83-164e-423d-bd51-ddd124d98278-image.png

      posted in General Discussion
      J
      jason
    • Locking a user account does not change lastUpdateInstant

      When we lock a user, the lastUpdateInstant isn't being updated to the time we do the locking at. Is there any way to get this field to update on user locks? Or alternatively, another field we can reference to see when a user account was locked.

      posted in General Discussion
      J
      jason
    • Error on Users Page (and API)

      Hi there,

      When I navigate to the user tab of my cloud hosted FA instance (https://[myapp].fusionauth.io/admin/user/), I see the following error message: "FusionAuth encountered an unexpected error. Please review the troubleshooting guide for assistance and the available support channels. https://fusionauth.io/docs/v1/tech/troubleshooting/"

      In the server logs I am able to see the following error:

      All shards failed for phase: [query]
      org.elasticsearch.ElasticsearchException$1: Text fields are not optimised for operations that require per-document field data like aggregations and sorting, so these operations are disabled by default. Please use a keyword field instead. Alternatively, set fielddata=true on [login] in order to load field data by uninverting the inverted index. Note that this can use significant memory.

      Is there some way to fix this?

      posted in General Discussion
      J
      jason
    • API for getting users that have been updated since a timestamp

      Is there an API which can provide all users that have been updated since a certain timestamp? By updated I mean their name, username, email, or password has changed.

      We are using the Java client (but can use HttpClient to access FusionAuth web APIs directly) and are calling FusionAuthClient.searchUsersByQuery(). I am unable to find an example of a query we can use in UserSearchCriteria.queryString of the SearchRequest - is there a way to do this?

      posted in Q&A
      J
      jason