experius / Magento-2-Module-Experius-Postcode-NL

PostcodeNl Api Magento 2 Module. Available At Packagist
https://packagist.org/search/?q=experius
Open Software License 3.0
29 stars 31 forks source link

'Validation unavailable, please use manual input.' after module update 1.8.2 > 1.9.0 #65

Open MikeD-J opened 3 years ago

MikeD-J commented 3 years ago

After filling in postcode and house number getting 'Validation unavailable, please use manual input.' instead of correct results (e.g. 'Unknown postcode + housenumber combination.' when filling in an imaginary combination).

After some debugging the problem became clear, with the module update the api.url went from https://api.postcode.nl to https://api.postcode.eu, though, this didn't get updated (automatically) in the database/config.

To fix temporary locally: Go to core_config_data table where path = postcodenl_api/development_config/api_url and change https://api.postcode.nl to https://api.postcode.eu.