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 Avalanche Auth Core demo is an exclusive demo application planned for upcoming developer-facing activities, although it has one major issue that needs to be fixed: an overabundance of RPC requests upon entering the application.
While this doesn't impact UX directly, it is an unnecessary waste of network I/O and can be fixed to reduce calls down to <5 upon logging with Google, Twitter, etc.
Reproducing Issue
Upon logging in, while not immediately apparent, the network tab shows the depth of the problem through a significant volume of RPC requests. Ideally, this screen should have, at most, 5 requests of this nature.
Changes Needed
The underlying issue causing this needs to be identified and solved (as a hint, it's a minor problem causing it); upon solving, the application should be redeployed and tested to ensure the fix properly addresses the issue.
Tasks
Identify the source of the problem
Fix (refactor if needed) and re-test
The text was updated successfully, but these errors were encountered:
Description
The Avalanche Auth Core demo is an exclusive demo application planned for upcoming developer-facing activities, although it has one major issue that needs to be fixed: an overabundance of RPC requests upon entering the application.
While this doesn't impact UX directly, it is an unnecessary waste of network I/O and can be fixed to reduce calls down to <5 upon logging with Google, Twitter, etc.
Reproducing Issue
Upon logging in, while not immediately apparent, the network tab shows the depth of the problem through a significant volume of RPC requests. Ideally, this screen should have, at most, 5 requests of this nature.
Changes Needed
The underlying issue causing this needs to be identified and solved (as a hint, it's a minor problem causing it); upon solving, the application should be redeployed and tested to ensure the fix properly addresses the issue.
Tasks
The text was updated successfully, but these errors were encountered: