mirror of
https://github.com/SuiteCRM/SuiteCRM.git
synced 2026-03-02 19:16:58 -05:00
Google Account Synchronization URL Syntax Bug #5355
Labels
No labels
Area: API
Area: Campaigns
Area: Cases
Area: Clean Up
Area: Clean Up: Performance
Area: Dashlets
Area: Databases
Area: Developer Tools
Area: Elasticsearch
Area: Elasticsearch
Area: Emails
Area: Emails:Campaigns
Area: Emails:Cases
Area: Emails:Compose
Area: Emails:Config
Area: Emails:Templates
Area: Environment
Area: Installation
Area: Language
Area: Mobile
Area: Module
Area: PDFs
Area: PHP8
Area: Reports
Area: Studio
Area: Styling
Area: Upgrading
Area: Workflow
Area:Activity Stream
Area:Calls
Area:Import
Area:Projects
Area:Search
Area:Surveys
Area:Themes
Area:Users
Branch:Hotfix
Good First Issue
Hacktoberfest
Help Wanted
PR:Community Contribution
PR:Type:Enhancement
Priority:Critical
Priority:Important
Priority:Moderate
Severity: Major
Severity: Minor
Severity: Moderate
Status: Requires Code Review
Status: Requires Updates
Status: Stale
Status: Team Investigating
Status:Assessed
Status:Fix Proposed
Status:Needs Assessed
Status:Requires Automated Tests
Type: Bug
Type:Deprecated
Type:Discussion
Type:Duplicate
Type:Invalid
Type:Question
Type:Suggestion
Type:Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SuiteCRM-SuiteCRM#5355
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @northerngames on GitHub (Nov 19, 2025).
Issue
Under Users > Advanced > Google Account Synchronization, clicking on the 'Authorize API Token' causes a URL redirect to https//crm.myexample.com:8080/index.php?entryPoint=saveGoogleApiKey instead of the expected https://crm.myexample.com/index.php?entryPoint=saveGoogleApiKey
Missing ":" syntax in the URL,
Unsure if it is a configuration error on my part, or a bug. Syntax error only occurs during this redirect. All other functions are normal
Manually adding the ":" and continuing with the authorization produces a success, but the Calander is still not syncronized after waiting the 15 minute sync scheduler
Possible Fix
No response
Steps to Reproduce the Issue
Context
Trying to sync Google Calander to SuiteCRM
Version
8.8
What browser are you currently using?
Chrome
Browser Version
No response
Environment Information
Docker
Operating System and Version
Synology DSM 7
@johnM2401 commented on GitHub (Jan 12, 2026):
Hey!
Are you still experiencing this issue?
If so, It might be worth double checking the value set for your site_url in the config.php file.
Does this end with the trailing :8080 ?
From memory, I believe the Authorized Redirect URI on google should also match this exactly.
So, for example:
Site URL on CRM Side: http://localhost:8080/suitecrm
Auth URI on Google API Side: http://localhost:8080/suitecrm/index.php?entryPoint=saveGoogleApiKey
(Note, if using SuiteCRM8, there may be need to instead have "/suitecrm/public/" on both of the above Links, depending on your environment configuration)
Please let us know how you are getting on with this!
Or if you are seeing any further issues
Thanks!