vtex-apps / store-discussion

VTEX IO store builders' community
80 stars 5 forks source link

Badges not appearing in development workspace #695

Open lolodurante opened 2 years ago

lolodurante commented 2 years ago

Describe the bug Bug in badges When I'm working in my development workspace and I save a new badge, it does not appear on "Edit badges". Only when I am in master and go to the badges configuration I see the saved badges. This means the badges are only accessible in master and not in the development workspace.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'admin/badges' in development workspace
  2. Create a badge
  3. In edit badges you won't see the badge you've just created
  4. If you go to master you'll see all the badges

Expected behavior I should be able to access all the badges in my development workspace to handle and style correctly.

Video screen-capture (3).webm

Additional context Workspace to test : vtex--beautycounterqa.myvtex.com/admin/badges We used the documentation to add the code necessary for the badges to appear from here. https://developers.vtex.com/vtex-developer-docs/docs/vtex-badges

PD : The badges are not only not appearing but they do not exist in my dev workspace. This means that even though I add the code necessary for the badges they will not appear.