Authentication issues with the relay server
See original GitHub issueDescribe the bug It is explained by #1733 Creating a new issue as it seems like the previous issue has been disbanded. This is a pretty urgent and annoying issue.
wss://relay.walletconnect.com/?auth=eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJkaWQ6a2V5Ono2TWtvenQ5MmVHVFRXSkdHcm1OOG02WThuS1RBblFxRVhSc0VwVWptYUt3MTlhMyIsInN1YiI6ImNiODY0YzUwMTRiZTVlOTBkYmU3ZmQ3ZGVhYjQwNGQ2ZWQ1ZDIwMWQxN2UxMTk5ODM0NzA4ZjNlOTBhMjA0NmEiLCJhdWQiOiJ3c3M6Ly9yZWxheS53YWxsZXRjb25uZWN0LmNvbSIsImlhdCI6MTY3MDgzMzI0MSwiZXhwIjoxNjcwOTE5NjQxfQ.7J2Y91fWayLMZck3wrdPVKo5S0LOMERegh7jRwkO0RxvfHOoZcbcTpszaxXHU9V0dr76sMA6LCLvupON2fjMDA&projectId=e899c82be21d4acca2c8aec45e893598&ua=wc-2/js-2.1.3/androidos-chrome-108.0.0/browser:react-app.walletconnect.com
HTTP Authentication failed; no valid credentials available 09:20:41.999 UTC + 1
To Reproduce Steps to reproduce the behavior:
- Set your clock to 1 minute forward in the future or 24 hours + 1 minute back in history, keep your timezone unchanged.
- Go to react-wallet.walletconnect.com
- See error
Expected behavior I would expect that the server implements some kind of leeway that allows ~5 minutes ahead of time.
Desktop (please complete the following information): Havent tried the reproduction steps on a desktop
Smartphone (please complete the following information):
- OS: iOS/android
- Browser Chrome
Issue Analytics
- State:
- Created 9 months ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Quick way to resolve Relay Access Denied email error
Solution for Relay Access Denied error on the mail server side · Case 1 - User authentication fail · Case 2 - Authentication...
Read more >How to Troubleshoot SMTP Relay ? - Mail250 - An AI driven ...
This type of error occurs when you have invalid credentials OR You are trying to reach SMTP relay server without authentication. You must...
Read more >Troubleshooting Email Relay | Zoho CRM - Help
Troubleshooting Email Relay. 1. Why am I getting an authentication failure error? Make sure that the password you entered is correct.
Read more >"550 Authentication is Required for Relay" when Sending Email
Emails sent from an email client, like Microsoft Outlook or Outlook Express, result in a "550 Authentication is required for relay" error and...
Read more >How to fix 'SMTP could not authenticate' error?
1. You might have entered the wrong email credentials. · 2. You might have the wrong SMTP settings. · 3. Your email account...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Got it working now, thanks. Will revisit this issue if i encounter it again.
We’ve just merged a fix that adds 120s leeway to both
iat
andexp
validation. Should be deployed today, hopefully.