Good afternoon, everyone.
I’m trying to develop a Pixel App to monitor some events in a VTEX store.
I followed this documentation tutorial step by step.
- I logged in;
- I created the workspace
- I cloned the repository git clone GitHub - vtex-apps/pixel-app-template · GitHub
- I only modified the name and vendor in manifest.js
- Inside the pixel folder I renamed the file to body.html
- In body.html and in index.tsx I just added some console.log() calls to see some output in the store
- I ran
vtex release majorand thenvtex publish. - In the admin panel of the workspace I was in, I was able to install the app I created
- I ran
vtex linkand went to the site’s home page at https://name--vendor.myvtex.com/ (example)
But even after doing all of that, as simple as the test was, when I inspect the site, the console logs I scattered throughout the provided example don’t show up anywhere.
Does anyone know what I’m missing? Whether I followed a wrong step or did something out of order?
Thanks in advance.
List item