it was a configuration issue,
I just needed to set provide the port fusionauth was running
D
Best posts made by duke
-
RE: Deploy FusionAuth docker image to Fly.ioposted in Q&A
-
RE: Deploy FusionAuth docker image to Fly.ioposted in Q&A
@dan i didnt actually fix it, i just remove it and connect through the form
-
RE: UpdatinG User with JSON-PATCH methodposted in Q&A
@dan It was abit confusing because looking at the original body of the
group, there was no parameter/ field calledroleIdsbut 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() }];