I am running EspoCRM 5.0.5, with the advanced pack 1.30.7, and cannot get the google calendar sync to work. All appears to be installed correctly with OAuth2.0 id, secret, etc. set up. But when I try to connect an individual user to their google account, EspoCRM goes through the setup steps with google in a popup window, google confirms that I want to allow access, EspoCRM goes to the "EspoCRM rocks" page, but then it gets hung up on a "Please Wait" message, and the red "connect" button never switches to the green "connected" button.
I am running on Firefox, and opened the console which shows the following errors:
-- SecurityError: Permission denied to access property "href" on cross-origin object espo.min.js:277
-- unreachable code after return statement [Learn More] espo.min.js:206:12
When running in Chrome, the console shows the following errors:
VM5783:277 Uncaught DOMException: Blocked a frame with origin "https://www.MY_DOMAIN.com" from accessing a cross-origin frame.
at eval (eval at _execute (https://www.MY_DOMAIN.com/espocrm/cl...30574:17:10740), <anonymous>:277:55)
(anonymous) @ VM5783:277
setInterval (async)
popup @ VM5783:273
connect @ VM5783:289
click [data-action="connect"] @ VM5783:38
dispatch @ espo.min.js?r=1519930574:3
r.handle @ espo.min.js?r=1519930574:3
espo.min.js?r=1519930574:4 GET https://www.MY_DOMAIN.com/espocrm/ap...n/notReadCount net::ERR_TIMED_OUT
Any help or insights would be appreciated.
I am running on Firefox, and opened the console which shows the following errors:
-- SecurityError: Permission denied to access property "href" on cross-origin object espo.min.js:277
-- unreachable code after return statement [Learn More] espo.min.js:206:12
When running in Chrome, the console shows the following errors:
VM5783:277 Uncaught DOMException: Blocked a frame with origin "https://www.MY_DOMAIN.com" from accessing a cross-origin frame.
at eval (eval at _execute (https://www.MY_DOMAIN.com/espocrm/cl...30574:17:10740), <anonymous>:277:55)
(anonymous) @ VM5783:277
setInterval (async)
popup @ VM5783:273
connect @ VM5783:289
click [data-action="connect"] @ VM5783:38
dispatch @ espo.min.js?r=1519930574:3
r.handle @ espo.min.js?r=1519930574:3
espo.min.js?r=1519930574:4 GET https://www.MY_DOMAIN.com/espocrm/ap...n/notReadCount net::ERR_TIMED_OUT
Any help or insights would be appreciated.
Comment