Powerup.min.js throws 'Unhandled rejection decryptSecret'

Hi,

We have a PowerUp and sometimes it throws such an error

Unhandled rejection decryptSecret/</<@https://p.trellocdn.com/power-up.min.js:1:90426

This occurs when a user clicks our PowerUp button to show the dropdown menu, the dropdown menu cannot be loaded, it blocks and only shows a text string ‘Search…’

Could anyone give me some advice, what does this error mean?

Thanks in advance!

Can you give any more details/context on where this is happening? Is this inside of a capability? If so, which one?

Hi, thanks for the quick response. Our script calls loadSecret method in card-back-section to load a token. I think we can get rid of this problem now after adding some error handlers to loadSecret.

Thanks