Hi everyone,
We're facing a bit of an issue with DocuSign embedded signing in our project (uses .NET backend and Angular frontend).
The issue is with how new users are redirected after successfully signing a document for the first time. Subsequent attempts work just fine.
Here's what's happening:
- Expected: After signing, new users should be redirected to our configured URL: https://client-portal-dev.azurewebsites.net/deductions
- Reality: On the first attempt only, new users are redirected to: https://client-portal-dev.azurewebsites.net (without the "/deductions" part)
We've double-checked and our redirect URL is definitely set correctly in DocuSign.
Anyone else encountered this before? Any pointers on how to resolve this would be much appreciated! We need to make sure new users land on the intended URL after their first signing experience.
Thanks in advance for any help!