Hi, I've seen other users posting here about this in the past, but on much earlier versions of EspoCRM - v5 & v6.
When you compose an email or reply to one in EspoCRM, there's this nifty functionality that attempts to lookup & auto-complete the Contact Email address as you type it into the To, CC, or BCC fields. This has always worked. However, for some reason this has recently stopped working and after exhaustive troubleshooting I've been unable to figure out why! My end-users have certainly noticed this no longer works of course...
The ONLY recent changes to our EspoCRM instance include enabling/configuring WebSocket and a Portal, both according to Espo docs. WebSocket seems to work fine and the new Portal functions correctly. On the surface, neither of these seem like they would be related to Contact Email lookups over the API anyway though.
Attached screenshot, I can see in my browser's web console that it's trying to ask for lookups as I type, but nothing is ever returned or shows in the GUI as Contact suggestions! On page refresh there are no errors related to talking to the Espo API or getting other server resources.
I have checked both EspoCRM's application logs as well as the Apache web server's logs, neither output anything related to this. Nothing is output while I am attempting this in the GUI.
Running:
EspoCRM v7.2.4
PHP v7.4.3
MySQL v8.0.30-0ubuntu0.20.04.2
Any idea how I can troubleshoot this further???
When you compose an email or reply to one in EspoCRM, there's this nifty functionality that attempts to lookup & auto-complete the Contact Email address as you type it into the To, CC, or BCC fields. This has always worked. However, for some reason this has recently stopped working and after exhaustive troubleshooting I've been unable to figure out why! My end-users have certainly noticed this no longer works of course...
The ONLY recent changes to our EspoCRM instance include enabling/configuring WebSocket and a Portal, both according to Espo docs. WebSocket seems to work fine and the new Portal functions correctly. On the surface, neither of these seem like they would be related to Contact Email lookups over the API anyway though.
Attached screenshot, I can see in my browser's web console that it's trying to ask for lookups as I type, but nothing is ever returned or shows in the GUI as Contact suggestions! On page refresh there are no errors related to talking to the Espo API or getting other server resources.
I have checked both EspoCRM's application logs as well as the Apache web server's logs, neither output anything related to this. Nothing is output while I am attempting this in the GUI.
Running:
EspoCRM v7.2.4
PHP v7.4.3
MySQL v8.0.30-0ubuntu0.20.04.2
Any idea how I can troubleshoot this further???
Comment