I have installed postcode-nl/api-magento2-module:3.1.3 on magento 2.4.3-p1 and I found issue that configuration is not available in section Stores->Configuration->Sales->Postcode.nl API Autocomplete(absent). It happens because acl.xml file does not exist.
I have installed postcode-nl/api-magento2-module:3.1.3 on magento 2.4.3-p1 and I found issue that configuration is not available in section Stores->Configuration->Sales->Postcode.nl API Autocomplete(absent). It happens because acl.xml file does not exist.
There should be file acl.xml like this :
<?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd"> <acl> <resources> <resource id="Magento_Backend::admin"> <resource id="Magento_Backend::stores"> <resource id="Magento_Backend::stores_settings"> <resource id="Magento_Config::config"> <resource id="Flekto_Postcode::config_flekto_postcode" title="Postcode.nl API Autocomplete Configuration" sortOrder="10"/> </resource> </resource> </resource> </resource> </resources> </acl> </config>
Please Fix it as soon as possible!!!
I really appreciate any help you can provide.