google api development - rtCamp/Frappe-Manager GitHub Wiki
When developing apps that utilize Google API, there's an important consideration regarding redirect URIs:
Subdomains of localhost
, like example.localhost
, are not supported as a redirect URI in Google Cloud.
- Use
localhost
as the redirect URI in Google Cloud - Run the following command in the
sites
directory relative to the root of the Bench environment:
ln -sfn <replace-with-current-sitename.localhost> localhost