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
I have found the issue in signData()
line 412
replace with parsedUrl.path() + (parsedUrl.query() != '' ? '?' : '') + parsedUrl.query(),
because when querystring is empty signature is done with ?
Apologies on the delay, I missed this somehow. Appreciate the note. I have a few minor bug fixes I've been meaning to make, and I will add this to the list. Much appreciated.
Hi,
I Facing this error message
"The signature does not match"
My credentials are fine and correctly passed at init.
If you have idea ?
many thanks ion advance
The text was updated successfully, but these errors were encountered: