Docusign redirect uri

0
I’ve followed the below instructions to connect docusign to my app, but I keep getting a 404 error on my redirect websites. Below are the urls that i get with the errors.  How can I fix this if anyone has run into this problem before?  Thanks    Local: http://localhost:8080/oauth/auth?response_type=code&scope=signature%20extended&client_id=2f879740-1440-4a87-a824-569e73a6387e&redirect_uri=http://localhost:8080/rest/docusign/callback&state=e4a35444-c9f6-4900-9263-d1250b275814   Cloud: https://shieldengagemiddleware-accp.mendixcloud.com/oauth/auth?response_type=code&scope=signature%20extended&client_id=2f879740-1440-4a87-a824-569e73a6387e&redirect_uri=https://shieldengagemiddleware-accp.mendixcloud.com/rest/docusign/callback&state=d2c3c4aa-5a19-4e7d-b1f0-2665150c5095    
asked
1 answers
1

Hi Jimmy,

did you populate all of the Constants:

- DocusignSecretKey

- APIUsername

- DocusignIntegrationKey

- DocusignAuthorizationEndpoint

?

Regards, Boris 

answered