Hi,
I am getting below error while launching demo contract approval application.
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Can you verify that you added the redirect url to the Public service client of your app, and that it is the service client with the ID as per your screenshot, vY418Dyld5P`b…..
Did you add the redirect URL (typically https://localhost:<port> or http://localhost:<port> ⇒ you seem to be using https) to the service client you are using? You can configure this from the Admin Center console when logged in to your developer organization on developer.opentext.com. It is available under /App management/Apps/<your app>/Service clients. Depending on the client you use, you need to add the redirect URL there (use ellipsis menu when hovering and select "Manage redirect URLs").
yes, i have already added redirect URL:
.env file also i have updated.
yes, redirect URL added to the public service client and service client ID is also same:
Thanks Johan!!! Issue got resolved after removing extra space from Redirect URL.