UI extension request signature validation

Hello,

I run a public app and I’m having an issue with signature verification for GET requests related to HubSpot UI extensions, I run the v3 algorithm signature check (Same as for webhooks).
I’ve included the query parameters in the signature construction, the verification is inconsistent.

Could someone clarify if query parameters should indeed be part of the signature verification process? If yes, what is the correct order for incorporating these parameters into the signature?
Or maybe I don’t use the right verification algo?

Thank you for your guidance!

Hi, @Julien_hublead. Did you make any progress? If not, can share any additional details?

Thank you! — Jaycee

Hi @Jaycee_Lewis,
Thanks for replying!
Well no I haven’t made any progress on that matter although I suspect that the calls that I cannot sign are coming from users who uninstalled my app
What more details should I share?