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).
It would be good to see in which btt version this change was introduced to keep the compatibility with older versions, but on the other hand, a major release with such a change probably wouldn't hurt in this case :)
The good news is that BTT doesn't seem to care if you pass in too many parameters that it has no idea what to do with. I think if both were allowed to pass through (if it were set in the config in the first place) that things would just work.
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
The text was updated successfully, but these errors were encountered: