So currently I have an application that has a main web page (ex. www.mainpage.com) and a route where all of my asana work will be done. (ex. www.mainpage.com/myroute).
In myroute, when the page is first loaded I attempt to get get authorization using Oauth (I am using node asana library). Currently I am just testing to see if the app can get authorized and then pull my personal info from asana.
The problem is that everything seems to work fine in Safari. However, in google chrome every time my application becomes authorized, it goes back to www.mainpage.com even though I have set the redirectURL to be www.mainpage.com/myroute
Does anyone have an idea why this may be happening?