I am working on an experimental Asana agile dashboard app in PHP. This issue is strange, "Sign in with Asana" is working fine in all the TLD's (tested .com, .info, .in and .net) except .ME TLD, this was spotted, when I was deploying app from development environment accessed at abc.com to abc.me.
At .ME TLD environment, Asana Connect throws following 400 error "
invalid_request: The redirect_uri
parameter does not match a valid url for the application."
But same codebase in .COM TLD, works just fine.
Is there any work around to fix this issue?
Any help much appreciated, Thanks.