ShopifyProductsPage and collection with kirby-shopify plugin

Hi everyone,

I just installed the Shopify plugin GitHub - tristantbg/kirby-shopify.

I followed the steps of the github page, even tried to redo all the steps based on this answer
I have products in my shopify shop, so if I’ve understood correctly, I should see products from the shopify shop appear in my panel.
But I keep getting this error when I try to access “collections” or “products” on my panel :

La section « products » n’a pu être chargée: collection(): Return value must be of type ?Kirby\Cms\Collection, ShopifyProductsPage returned

I’ve looked at all the topics related to the plugin, but I can’t find any mention of a similar error.

Do you think it’s a matter of connecting with Shopify or inside my kirby setup ?
The .yml are as they are in the github exemple.

title: Products
options:
  delete: false
  changeTemplate: false
  changeStatus: true
sections:
  products:
    headline: Products
    type: pages
    info: "{{ page.handle }}"
    template: shopify.product

Thank you for your time !

Same issue was already reported here with no response: Is still updated for kirby 3.9.4? · Issue #18 · tristantbg/kirby-shopify · GitHub

So not clear if a setup issue or the plugin is not really compatible with Kirby 4.

Although according to this post, it seems to work (although it doesn’t say with which Kirby version): Kirby Shopify Plugin - #55 by RM1234567890.

In that thread it also says that the plugin will likely not be updated in the future, so maybe don’t build on it.