Copy link to clipboard
Copied
Hi Team,
We are encountering below error intermittently while querying “/agreements/{agreements _id}/signingUrls” API just after creation of Agreement using “/agreements” API.
Error: {"code":"AGREEMENT_NOT_EXPOSED","message":"The agreement has not yet been exposed to the requested participant"}
Currently we need to apply a wait of (~400ms) in our code before calling the Sign URL API (/agreements/{agreements _id}/signingUrls/) to get the signing url.
Is there any way we can mitigate this error without adding a wait period between the 2 API calls?
Copy link to clipboard
Copied
Thank you for reaching out.
It seems that you are using the Adobe Sign Enterprise plan. If you have an integration-related question, the experts can best answer it. I suggest you, please get in touch with our Adobe Sign Enterprise support team to get the correct information about this. You may contact them using the steps in the following help document: https://helpx.adobe.com/sign/using/adobesign-support-resources.html.
You may also refer to the following help document for more information on Acrobat Sign Integration: https://helpx.adobe.com/sign/integrations/home.html.
Thanks,
Meenakshi
Copy link to clipboard
Copied
@Vishal30347527d76p, I'm facing same issue. I would like to hear if you have found any workaround for this.
Copy link to clipboard
Copied
Suggetion : Get the url until you do not receive the error message. Given the time may not be consistent, this would be a way to continue to try to pull the url, You might display an hour glass, spinner, etc. letting the user know the page is going to render.