Hi there,
I’m working on an app using UI Extension App Cards, and I’m following this YouTube tutorial: https://youtu.be/b1bCzozbGio?feature=shared&t=565. I’ve completed most of the setup, but I’m having trouble getting the app to run locally for live preview.
I’m stuck at the point where I should see the “Developing Locally” badge and be able to preview changes in the browser on the fly — but it’s not showing up.
Here’s what I’ve done so far:
• Followed all the steps from the official guidelines
• Built the app and completed the OAuth setup
• Deployed it to the test developer portal
• Configured the App Card
• Ran hs project dev, selected the test account where the app is connected, and approved development access
However, even after modifying the code, nothing updates in the preview, and the “Developing Locally” badge never appears.
Is anyone able to help me troubleshoot this? Maybe I’m missing something?
Thanks in advance!