Hello,
i found a issue about sharing access project.
The problem is about read QR code, when username contains ‘+’ char.
The issue is present on local and remote server.
Steps to reproduce:
- Create or prepare your gmail account.
- Create new account in blynk using alias - in my case main gmail account is kostkowiec@gmail.com, and i using kostkowiec**+test**@gmail.com. (in result email with mainAccount+sth@gmail.com will be sent on mainAccount@gmail.com)
3.Create new Project and share QR code. - When your friend will scan the QR code he gets message that “Your Project” app in no longer avalible, sorry.
=== THAT IS MAIN PROBLEM ===, but next i finded what is wrong: - I decoded generated qr code using https://zxing.org/w/decode.jspxand i found that special charakters are replaced with special code; e.g “@” is %40, " " (space) is %20 and “+” is %2B. This is ok, because special charts must be coded like this, but:
- When “my friend” click on “contact the autor” on error page, he is redirect to mail app, and field “To” is filled by wrong mail - in my case it is “kostkowiec test@gmail.com”, not “kostkowiec+test@gmail.com”
Im very frustrated, because bought energy to share my project, but i can’t do this. (from similar account, not exatly this one).
Could you resolve this issue, or transfer my bought energy to other account?
Thank you in advance.