GIPHY’s API v1 was deprecated. CodyChat’s old GIPHY addon still calls the deprecated endpoint.
No need to wait for an official update. No need to migrate to a bloated SaaS alternative. Implement the fixes above, adopt the maintenance routine, and your CodyChat addons will remain fixed – permanently. Have a fix for a broken addon not listed here? Share it in the comments below. The CodyChat community grows stronger when we share solutions. codychat addons fixed
Session collision or incorrect user_id mapping in the addon’s SQL queries. GIPHY’s API v1 was deprecated
This addon relies on onkeyup events and AJAX polling. If your CodyChat config.php has CC_AJAX_REFRESH set too high (e.g., 5000ms), the typing indicator lags. Also, JavaScript conflicts are common. adopt the maintenance routine