Phone Control is not allowed in Savable Data Page?

I followed above doc for saving data into data object using savable data page in my React Component but when i am adding phone controlled property in pyEdit view its giving error with status code 500.

can you please check on server side logs if you have more info? Try also enabling DSS DebugPegaAPI

Additionally, you can turn on the tracer while making the request. You may find a detailed error message in it.

I have seen this reported before, but do not know the resolution unfortunately.

Pega’s component implements parsing on the client side to separate country and phone number. So it could be that your component isn’t do this, which is results in invalid data trying to be saved?

Docs
https://docs.pega.com/bundle/constellation-sdk/page/constellation-sdks/sdks/creating-custom-components.html

Custom-sdk houses the sdk-specific implementation and the custom-constellation houses the one compatible with Constellation (leveraging Constellation design system).

@DavidElvar you had something similar in the past, did you ever find the resolution?

We’re using the phone control in different front-end implementations, both Angular and React SDKs, and it’s working with no problems. Looks like an issue with the savable data page instead. I’d recommend to get the url and the request payload is failing from the browser dev tools and execute the same API request with a client like Postman or Bruno, trace the service and review the logs to identify the root cause.