Error while updating profile after fresh installation #106
-
Profile Update is giving an error - HTTP 400 Bad Request. Below is the request/response URL: https://<domain_name>/learner/user/v3/update Request: Response: Note:- Profile config form is also configured( @reshmi-nair @AmiableAnil Please let us know what can be the issue here |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
@swayangjit Can u please check if the type is passed as "profileConfig_v2" in the form API, will it return response? |
Beta Was this translation helpful? Give feedback.
@ruchinksinha If the form configuration is done after starting learner service, please restart learner once more.
Also check the configuration for PORTAL_SERVICE_PORT and form_api_endpoint variables.
This should point to portal service, eg: PORTAL_SERVICE_PORT : http://player.staging.svc.cluster.local:3000, form_api_endpoint : /plugin/v1/form/read.
Request:
{
"request": {
"type": "profileConfig_v2",
"subType": "default",
"action": "get",
"component":"*"
}
}
Try running the curl with this request to see the output.
I think the configuration is wrong. Check the response you have pasted. It shows subtype is empty ad component also empty. In request you have given subype instead of subtype. '…