algorandfoundation / liquid-auth

Liquid Auth Service
https://liquid-auth.onrender.com
GNU Affero General Public License v3.0
15 stars 2 forks source link

🐛 "Peer to Peer" page on website #22

Open albertodamico opened 3 weeks ago

albertodamico commented 3 weeks ago

Describe the bug Inability to proceed after reading the QRCode https://liquid-auth.onrender.com/ (QR Connect) and creating the credentials on the Android app. The website remains stuck at STEP 1/2 and there is no way to proceed (the "Peer To Peer" part as described on https://github.com/algorandfoundation/liquid-auth?tab=readme-ov-file).

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://liquid-auth.onrender.com/' and click on "CONNECT" button on the website
  2. Open Android APP and scan the QRCode on 'https://liquid-auth.onrender.com/' : credentials are created on App.
  3. Website (https://liquid-auth.onrender.com/) is stuck on QRCode

Expected behavior Expected to see "Peer to Peer" page on website, as showed in readme: https://github.com/algorandfoundation/liquid-auth?tab=readme-ov-file

Desktop (please complete the following information):

Smartphone (please complete the following information):

ehanoc commented 3 weeks ago

@albertodamico Thanks for trying liquid auth.

Did you try the latest tagged release? v1.0.0beta3? Can be found here or did you build yourself manually?

Also are you using VPN's, firewalls or are you in any permissive networks? Liquid attempts to perform P2P handshake and to work through webRTC if it can negotiate a direct connection. When that's not possible, it uses a TURN server to forward messages and given the sample deployed app, sometimes there's delays. Can you try again if that's the case?

Thanks!