- Issue created by @amourow
The latest version has issue when the frontend is calling "/language-suggestion/get-county-code"
The errorshows
The website encountered an unexpected error. Try again later.
InvalidArgumentException: The controller for URI "/en/language-suggestion/get-county-code" is not callable. in Drupal\Core\Controller\ControllerResolver->getControllerFromDefinition() (line 53 of core/lib/Drupal/Core/Controller/ControllerResolver.php).
The service registered in language_suggestion.services.yml
doesn't matches the service name retrieved in LanguageSuggestionController.php
line 37
Fix the language_suggestion.services.yml
file to resolve the issue
Active
1.0
Code