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

    Best posts made by duke

    • RE: Deploy FusionAuth docker image to Fly.io

      it was a configuration issue,
      I just needed to set provide the port fusionauth was running

      posted in Q&A
      D
      duke
    • RE: Deploy FusionAuth docker image to Fly.io

      @dan i didnt actually fix it, i just remove it and connect through the form

      posted in Q&A
      D
      duke
    • RE: UpdatinG User with JSON-PATCH method

      @dan It was abit confusing because looking at the original body of the group, there was no parameter/ field called roleIds but it was used in the request.

      To update the User we used this.

      // To remove language
       let body = vec![Testing {
              op: "remove".to_string(),
              path: "/user/preferredLanguages/0".to_string()
          }];
      
      posted in Q&A
      D
      duke