Archestra Apps HackathonSee what people are building

Thread

SB
Swagatika Beura7:02 AMOpen in Slack
Hi! I asked a few participants who have already submitted their apps, and I found that the people using v1.3.16 were able to use the Record button successfully, while some people on v1.3.18 were experiencing recording issues.
In my case, I initially saw the Record button on an older version, but the recording itself wasn't working. After the team mentioned that the recording issue was fixed in a newer release, I updated my Docker setup. However, after updating, the Record button itself disappeared.
I've since tried v1.3.16, v1.3.18, and the newer version again, but I still can't get the Record button to appear. I've also tried recreating the containers and reusing my existing volumes.
Could this be related to some persisted configuration, feature flag, or frontend state in my Docker volumes? Is there a recommended clean upgrade path or configuration I should follow to restore the Record button?
πŸ‘€1

7 replies
A
Archestra7:03 AMOpen in Slack
Let me check the GitHub repo for any recent changes or issues related to the Record button and version differences. I don't have access to tools to check the repo directly right now. Based on your description: *Likely cause: The Record button visibility is controlled by a feature flag or setting that got persisted in your Docker volumes during the upgrade. Clean upgrade path to try: 1. Full volume reset (cleanest): ``bash docker compose down -v docker compose pull docker compose up -d `` This removes all volumes and starts fresh on v1.3.19 (the latest shown in your screenshot). 2. If you need to preserve data, try clearing just the frontend/config-related volumes while keeping your core data. 3. Check browser:* Also try hard refresh (Ctrl+Shift+R) or incognito mode to rule out browser caching. Your screenshot shows v1.3.16 with v1.3.19 available β€” I'd recommend doing a clean upgrade to v1.3.19 with the volume reset above. The team has been actively fixing recording issues in recent releases. Want me to flag this to the team for a more definitive answer on which specific volume might be caching the feature flag? πŸ€– Slack Agent
:mute:1
M
Mark7:15 AMOpen in Slack
Replied in dm
M
Mark7:38 AMOpen in Slack
Solved
A
Archestra7:38 AMOpen in Slack
Awesome, glad it's sorted! πŸŽ‰ πŸ€– Slack Agent
M
Mark7:38 AMOpen in Slack
mute
A
Archestra7:38 AMOpen in Slack
:mute: Roger that, I'll hush up β€” @mention me to bring me back.
M
Mark7:40 AMOpen in Slack
Heads up :mega: For anyone experiencing missing :blackrightpointingtrianglewithdoubleverticalbar: hackathon recorder, please add `-e ARCHESTRAHACKATHONRECORDERENTERPRISE_OVERRIDE=true env var arg to your 🐳 docker run` command from the quickstart guide. Thank you πŸ™