I have created a service on vConnect and able to call from Postman But when we are calling it from vDesigner or vFlow Its showing below error message:
{
"errorHint": "No Service found for given details. [DECIMAL-BYSAU0YPP0-AMANAGG-YOHVBOQ9A0-GENERATE_SSO_TOKEN]",
"errorType": "VALIDATION",
"message": "Service Name not found.",
"status": "ROUTER_SERVICE_NAME_NOT_FOUND"
}
4 Likes
We get this message generally when we the service is not migrated to that specific environment from which the user is checking in the mobile/web application.
7 Likes
I have migrated and sync the service and able to call the service via postman, But getting this error when calling that service from vFlow or vDesigner.
4 Likes
Are you using the same URL which is associated with vDesigner and vFLow application?
Yes,
Thanks for the input, We got the issue, There is trailing space in service name in vFlow configuration.
After remove spaces its working fine now.
6 Likes