Contract Approval Not Launching
I went through the Contract Approval tutorial - Building a Contract Approval application and downloaded the finished version and followed all the prerequisites. All looks good, but when I try to launch the app from a browser i get the following error:
{ "error":"invalid_request", "error_description": "Invalid redirect URI " }
I went back and made sure the redirect URI is set to https://localhost:4000
And I can't get past this invalid_request error?
0
Answers
-
I was wondering if this could perhaps be an issue with the protocol. The Contract Approval app seems to run locally on http://localhost:4000 but the set up docs seem to say the redirect URL should be https://localhost:4000. Have you tried adding http://localhost:4000 to the redirect URL list?
0