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.io
-
RE: Deploy FusionAuth docker image to Fly.io
@dan i didnt actually fix it, i just remove it and connect through the form
-
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 calledroleIds
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() }];