akeneo / magento2-connector-community

Akeneo Connector for Magento 2
Open Software License 3.0
81 stars 88 forks source link

Return value of Akeneo\Pim\ApiClient\Client\ResourceClient::getResource() must be of the type array, null returned#0 #613

Closed stevelou2 closed 2 weeks ago

stevelou2 commented 1 year ago

When I have too many updated products it produces this error in console not in connector log and stopped synchronizing. Reset the task and run again sometimes works some times doesn't. When I switch to another server in cluster to run, it worked.

are there any caches used on magento server?

Magento: 2.4.3-P2 Connector: 103.06

Thanks

jurvi commented 11 months ago

Saw this few times as well, no idea what's causing it.

nghiadxvn commented 2 weeks ago

I also get this issue and it stops syncing the product job. Do you know if we have any updates?

stevelou2 commented 2 weeks ago

I also get this issue and it stops syncing the product job. Do you know if we have any updates?

Try reduce the Pagination size, I set to 50 and worked, hadn't monitored the akeneo performance, but I suspect that was the cause. Good luck