DivanteLtd / pimcore-magento2-bridge

Pimcore module for Magento 2 integration
35 stars 24 forks source link

API: No configuration was found for this object. #10

Closed bartoll closed 5 years ago

bartoll commented 5 years ago

{ "name": "pimcore/demo-ecommerce", "type": "project", "description": "E-Commerce Demo Application for Pimcore 5", "license": "GPL-3.0-or-later", "config": { "optimize-autoloader": true, "sort-packages": true }, "require": { "php": ">=7.1", "divante-ltd/pimcore-magento2-bridge": "^1.0", "pimcore/customer-management-framework-bundle": "^1.9", "pimcore/pimcore": "~5.7.0", "pimcore/server-side-matomo-tracking": "^0.1", "pimcore/web2print-tools-bundle": "^2.4", "wikimedia/composer-merge-plugin": "^1.4" }, }

I have a problem with webservice API from Pimcore side.

I have object of configuration and properly filled in all necessary fields as described on video from YT:

image

Unfortunately when I save my new category object and run CLI command on magento side, the command edns with no errors but nothing appears in magento's panel. I've discovered that problem is in pimcore and magento try to get object data of category with no success. In Pimcore there is some error in application log like this:

image

When I checked this object exists in Pimcore and are properly sent to magento category queue.

Could you help me solving this problem?

mbolka commented 5 years ago

@bartoll Could you retest the newest version - 1.1.0 to verify if the problem still occurs?