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:
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:
No configuration was found for this object
Requested object with id 12477 does not exist
When I checked this object exists in Pimcore and are properly sent to magento category queue.
{ "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:
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:
When I checked this object exists in Pimcore and are properly sent to magento category queue.
Could you help me solving this problem?