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?