RuntimeException: Unable to determine class for field type found in the configuration

By kenneth, Fri, 06/28/2019 - 15:46
drush sqlq "DELETE FROM cache_config"
drush sqlq "DELETE FROM config WHERE name = 'field.storage.<module_name>.<field_machine_name>' OR data LIKE '%field.storage.<module_name>.<field_machine_name>%'"
drush sqlq "DELETE FROM config_snapshot  WHERE name = 'field.storage.<module_name>.<field_machine_name>' OR data LIKE '%field.storage.<module_name>.<field_machine_name>%'"

On my case It was happening with "taxonomy_term" module and field named "field_location".