I'm working on a React Native app to implement Alexa skills from my app.
I have used the Alexa official docs to build and authenticate user using their api's.
I'm able to get the users access token but facing issue when try to connect user account with the help of app linking (App-to-app linking from my app using LWA flow).(used client id from security profile)
After reading many articles i found that i have to use alexa client id to get the access token and then try to get the new amazon code using LWA. With this, code and access token form the previous step, i have to use to get rid of thi error
while implementing " enablement api " but i'm getting this error
We're sorry!
Error Summary
Request Details
I have added the redirect_uri in my security profile (in web setting)
Looking forward to get some usefull answers from the dev community, thank you.