Applescript from file missing?

Existing triggers are not showing external applescript files that are linked to them. The action still works as intended, but when clicking "Run Apple Script..." the next panel shows as if it there were nothing attached to it (It displays the default panel with #Insert Script Code).

Newly triggers do show the liked applescript file as expected.

This is recent, I don't think is the latest update. I noticed some weeks ago but now I confirmed is happening on another computer.

Something that needs to be rebuild maybe?

K.

Note:
Before bug reporting, please make sure you have tried the latest (alpha) version of BetterTouchTool and that you have already tried to restart your system :-). If you encounter a crash, please attach a crash log from the macOS Console.app from the "User Diagnostic Reports" section.

were these scripts created recently or longer ago?
Could you copy & paste one of the triggers here (either right-click the trigger and choose export to file, or cmd+c and cmd+v the JSON here)

The scripts affected were created a while ago. If I create a new one, it displays the related file properly.

[
  {
    "BTTActionCategory" : 0,
    "BTTLastUpdatedAt" : 1729805639.147742,
    "BTTTriggerType" : 624,
    "BTTTriggerTypeDescriptionReadOnly" : "Please Select a Trigger ",
    "BTTTriggerTypeDescription" : "QuickLook Gallery",
    "BTTTriggerClass" : "BTTTriggerTypeKeySequence",
    "BTTUUID" : "0C9A47D4-D0DF-4612-A4F1-3DC0F1B0D326",
    "BTTPredefinedActionType" : 366,
    "BTTPredefinedActionName" : "Empty Placeholder",
    "BTTEnabled" : 1,
    "BTTEnabled2" : 1,
    "BTTOrder" : 0,
    "BTTAdditionalActions" : [
      {
        "BTTActionCategory" : 0,
        "BTTLastUpdatedAt" : 1729269805.520436,
        "BTTTriggerParentUUID" : "0C9A47D4-D0DF-4612-A4F1-3DC0F1B0D326",
        "BTTIsPureAction" : true,
        "BTTTriggerClass" : "BTTTriggerTypeKeySequence",
        "BTTUUID" : "352A3F17-3FC3-45F2-8551-443180670E54",
        "BTTPredefinedActionType" : 172,
        "BTTPredefinedActionName" : "Run Apple Script (blocking)",
        "BTTAdditionalActionData" : {
          "BTTScriptType" : 0,
          "BTTAppleScriptRunInBackground" : false,
          "BTTTouchBarAppleScriptPath" : "\/Volumes\/Datadisk\/Users\/K\/MEGA\/KsKripts\/QLopen2indexView.scpt",
          "BTTTouchBarAppleScriptString" : "#Insert script code here",
          "BTTTouchBarAppleScriptUsePath" : true
        },
        "BTTAppleScriptFilePath" : "\/Volumes\/Datadisk\/Users\/K\/MEGA\/KsKripts\/QLopen2indexView.scpt",
        "BTTInlineAppleScript" : "#Insert script code here",
        "BTTEnabled" : 1,
        "BTTEnabled2" : 1,
        "BTTOrder" : 28
      }
    ],
    "BTTGestureNotes" : "QuickLook Gallery",
    "BTTKeySequence" : {
      "BTTPauseBetween" : 0.5714285714285714,
      "BTTKeyCount" : 6,
      "BTTKeySequenceDownKeys" : [
        {
          "BTTKEYCharacter" : "⌘",
          "BTTKEYCode" : 55,
          "BTTKEYDown" : 1,
          "BTTKEYOrderRelevant" : 1,
          "BTTKEYRequired" : 1
        },
        {
          "BTTKEYCharacter" : " Space",
          "BTTKEYCode" : 49,
          "BTTKEYDown" : 1,
          "BTTKEYOrderRelevant" : 1,
          "BTTKEYRequired" : 1
        },
        {
          "BTTKEYCharacter" : " Space",
          "BTTKEYCode" : 49,
          "BTTKEYDown" : 1,
          "BTTKEYOrderRelevant" : 1,
          "BTTKEYRequired" : 1
        }
      ],
      "BTTKeySequenceMixedKeys" : [
        {
          "BTTKEYCharacter" : "⌘",
          "BTTKEYCode" : 55,
          "BTTKEYDown" : 1,
          "BTTKEYOrderRelevant" : 1,
          "BTTKEYRequired" : 1
        },
        {
          "BTTKEYCharacter" : " Space",
          "BTTKEYCode" : 49,
          "BTTKEYDown" : 1,
          "BTTKEYOrderRelevant" : 1,
          "BTTKEYRequired" : 1
        },
        {
          "BTTKEYCharacter" : " Space",
          "BTTKEYCode" : 49
        },
        {
          "BTTKEYCharacter" : " Space",
          "BTTKEYCode" : 49,
          "BTTKEYDown" : 1,
          "BTTKEYOrderRelevant" : 1,
          "BTTKEYRequired" : 1
        },
        {
          "BTTKEYCharacter" : " Space",
          "BTTKEYCode" : 49
        },
        {
          "BTTKEYCharacter" : "⌘",
          "BTTKEYCode" : 55
        }
      ],
      "BTTKeySequenceUpKeys" : [
        {
          "BTTKEYCharacter" : " Space",
          "BTTKEYCode" : 49
        },
        {
          "BTTKEYCharacter" : " Space",
          "BTTKEYCode" : 49
        },
        {
          "BTTKEYCharacter" : "⌘",
          "BTTKEYCode" : 55
        }
      ]
    }
  }
]

Thanks, I'll fix that!

I think this should be resolved in 4.857 alpha, uploading now.