Service connection issue in visual builder studio
Hello everyone,
We're facing a problem in creating a service connection in visual builder studio to connect to a custom object in FA.
The error is as follows, 'Make sure the typed in URL is correct, and that CORS is enabled on the remote server.'
we followed this blog for reference (changed the URL format to 'latest:9/describe.openapi' as mentioned in this forum also ).
We configured the CORS as suggested in most related issues along with the profile options as mentioned here
.The connection is created partially successful but when testing the end points, it gives the same error, which makes the form created not process any created records since the object is not found.