On /display while changing Format to Geocode Address, I get the following.

ajax.js?v=8.1.8:965 Uncaught AjaxError:
An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /admin/structure/types/manage/venue/display?ajax_form=1
StatusText: OK
ResponseText: Recoverable fatal error: Argument 3 passed to Drupal\geocoder_field\Plugin\Field\GeocodeFormatterBase::__construct() must implement interface Drupal\Core\Field\FieldDefinitionInterface, array given, called in /var/www/*.local/web/modules/contrib/geocoder/modules/geocoder_field/src/Plugin/Field/GeocodeFormatterBase.php on line 90 and defined in Drupal\geocoder_field\Plugin\Field\GeocodeFormatterBase->__construct() (line 72 of /var/www/*.local/web/modules/contrib/geocoder/modules/geoc

Comments

n8tron created an issue. See original summary.

n8tron’s picture

Issue summary: View changes
szeidler’s picture

Please see GeocodeFormatterBase mismatches constructor parameters on instance creation.

Unfortunately, that commit isn't integrated in 8.x-2.0-alpha4. You'll need to use the dev version or apply the patch.