Может уже не актуально, но после обновления Drupal 7.70 и вместе с jQuery Update 2.x, модуль Paragraphs, Entity Reference перестает работать. Нужно обновить jQuery update до 3.x.
just FYI, I got this error with ajax after Drupal 7.70 update on the second site:
Notice: Undefined index: #ajax in ajax_form_callback() (line 396 of /media/laptop/c6394850-de3c-4133-92fe-80bad5a764ef/hard-projects/sitename/docroot/includes/ajax.inc).
It happens cause of old jQuery version at least for Paragraphs and Entity reference fields on adding or changing values with ajax. It can be fixed with update jQuery Update module from 2.x to 3.x:
https://www.drupal.org/project/jquery_update/issues/3137922