Recorder Playback Failures After Version 2.7.3
Projects created before version 2.7.3 may face playback issues due to changes in how the before hook is triggered in the AI Recorder.
Issue
After updating to version 2.7.3, older projects might encounter failed steps during playback typically from the second step onward. This happens because the before hook
is no longer triggered automatically as part of the updated infrastructure for new projects.
Solution
To restore compatibility for older projects, enable legacy behavior by adding the legacySyntax
flag to your ai_config.mjs
file.
Steps to Fix
Open the
ai_config.mjs
file inside your project in VS Code.Add the following export:
Save and upload the modified configuration.
Note
This update only affects projects created before version 2.7.3.
New projects already follow the updated behavior and do not require this flag.