Hello,
I would like to use Devilbox for a specific development using Oauth2 & Google API and i m stuck on receiving the callback as the only authrized domains are some top private domain or 127.0.0.1 …
I did some tests and always got the same error:
A workaround could be to set TLD_SUFFIX to mydomain.com (whatever your domain name is). This way your project would be: test.mydomain.com and will probably recognized by google as a valid domain.
Thanks for your help … but no luck
As Google asks to validate the domain before being able to add it to the authorized URI, it fails.
As far i know, the only way to be able to use Google’s Oauth flow is to be able to acces the devl site using 127.0.0.1 …
BR
And I though I('m the only one that run in this kind of problem.
While Thinking about this issue I just had the bright ideea to use ngrok for the redirect and it works