You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to update a trigger (and likely in other situations), sharedSecret is ignored in favor of sharedKey (which I don't think exists anymore in BTT).
When trying to update a trigger (and likely in other situations), sharedSecret is ignored in favor of sharedKey (which I don't think exists anymore in BTT).
I believe the issue is at
btt/src/abstract/utils.ts
Line 172 in f939941