Aithor error
-
Hi, i dont know much about this error that appears when I try to login in the aithor's website
It says the next:
Error
We're sorry, your request was malformed or was unable to be completed for some reason. Try hitting the back button and restarting the process to see if it fixes the problem.If you want the nerdy explanation, review the following JSON body.
{
"error" : "invalid_request",
"error_description" : "Invalid redirect_uri https://aithor.com/api/auth/callback/fusionauth-register",
"error_reason" : "invalid_redirect_uri"
}I hope u can help me
-
@bryandenysam Can you please clarify? Are you an end user trying to log into a site or are you a developer trying to get FusionAuth to work. Are you sure you have the correct redirect_uri? If you have access to the FusionAuth server, you may want to check the logs and see if there is more detail, but it looks like the JSON body is pretty clear.
-
You should ensure that the redirect URI you are using is correctly configured in your application settings on Aithor. It should match the expected URI exactly.