vtex-apps/store-theme

Error when linking `couldn't find a block "product-separator"`

Closed this issue · 3 comments

Describe the bug
When starting a brand new repo with the latest version of this app (3.5.0), linking gives an error because the blocks configuration has a block that does not exist.
App build failed with message: Error resolving block "flex-layout.col#product-price": I couldn't find a block "product-separator". You need to declare it or depend on an app that declares it.

To Reproduce
Steps to reproduce the behavior:

  1. Just link this app on the latest version

Desktop (please complete the following information):

  • OS: macOS Mojave
  • Browser Chrome
  • Version latest

Same thing is happening for filter-navigator.v2, that extension does exist on vtex.search-summary@3.x but the block not available for some reason

error:   App build failed with message: Error resolving block "search-result":
I couldn't find a block "filter-navigator.v2". You need to declare it or depend on an app that declares it.

This seems to only happen on one account, eriksbikeshop, I tried on another account and linkin is working as intended

It was because someone already had installed a previous version of store-theme on master, and it was resolving the old versions of the blocks and interfaces