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
The Sign Request does not show the specific account that the dApp will connect to.
When scrolling through the information of the Sign Request, the app becomes laggy
There are many errors on the console
Connect the dApp to the Desktop Wallet using a specific account, for the purpose of this testing 'Account 1' was connected
Choose an asset to deposit for example USDC
Choose an amount and select 'Deposit and Stake'
On the Desktop app, when the Sign Request pops up, try to scroll. Notice the scroll is very laggy. Also notice that the Account to connect is not showing the correct information
Expected behavior
Sign Request to display the correct account to connect to
The account to connect to is not correctly displaying; it should show 'Account 1'
When scrolling, the pop-up becomes laggy
On the dApp side:
Transaction does not go through, after 5-10 minutes of the transaction loading, error shows 'Unknown RPC request'
The error seems to be related to the Fees, is there anything that can be done from the desktop app/s end? such as providing an error message (not enough balance for fees, etc) to guide the user on a possible reason why they cannot use this dApp?
Incorrect value. This is what the dApp sends \"value\":\"0x0\"
Laggy UX. Looks like it's due to the periodic fees. All WC actions are done on the main thread and the fee request is blocking for a short period of time. Now we do periodic checks for the fees, and it blocks every few seconds.
Incorrect account in the modal - Something we need to investigate. The address is case sensitive, but the matching should be case insensitive.
Note: The dApp behaves differently based on the Browser. On Safari it won't trigger the transaction request, on Chrome it triggers the tx request, but the value is 0
Bug Report
Description
The Sign Request does not show the specific account that the dApp will connect to.
When scrolling through the information of the Sign Request, the app becomes laggy
There are many errors on the console
Steps to reproduce
Expected behavior
Actual behavior
app_20241111_145345.log
On the desktop side:
On the dApp side:
The error seems to be related to the Fees, is there anything that can be done from the desktop app/s end? such as providing an error message (not enough balance for fees, etc) to guide the user on a possible reason why they cannot use this dApp?
Screen.Recording.2024-11-11.at.5.46.59.PM.mov
Test with USDT
There seems to be an error as well, and while dApp connects, the transaction doesn't go through.
Screen.Recording.2024-11-11.at.6.01.31.PM.mov
Console log:
app_20241111_145345.log
Additional Information
The text was updated successfully, but these errors were encountered: