-
Notifications
You must be signed in to change notification settings - Fork 80
google api development
Alok Singh edited this page Apr 3, 2025
·
1 revision
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
localhostas the redirect URI in Google Cloud - Run the following command in the
sitesdirectory relative to the root of the Bench environment:
ln -sfn <replace-with-current-sitename.localhost> localhost