The error message you encountered suggests that there are no redirect URIs provided in the code or configuration. Redirect URIs are important for the OAuth authentication process to redirect the user back to the application after authentication.
To resolve this issue, you need to ensure that the redirect URIs are properly set up and configured in your code or application settings. Check the code or configuration related to the OAuth authentication process and make sure that valid redirect URIs are specified.
If you are not familiar with the code or configuration related to the OAuth authentication process, it might be helpful to consult the documentation or seek assistance from the developers or support team responsible for the application or library you are using.
By providing the necessary redirect URIs, you should be able to resolve the "No redirect uris provided" error and proceed with the authentication process successfully.
Regards,
Rachel Gomez