Closed A-Harby closed 2 weeks ago
That happened because we normally save your hashed password into the local storage, since you opened a new browser you don't have rather wallet nor saved passwords, connected (saved passwords) you'll see the tab of connecting your wallet
instead of login your wallet
This is an example from an incognito browser
another browser
I will give it about 1hour for investigation
Issue update : the cause is we are checking the active tab index 0,1 but actually we are in case of no credential stored
we are passing array of one elment as tab, which is the connce wallet so the body of login appears.
will work on the solution tmw
https://github.com/threefoldtech/tfgrid-sdk-ts/commit/28e17def150db77b2afd6f0faad40f41d28b1e2f just figured out that is this pr broke the logic, idk why yet but it is working fine on the commit before it. will give it more 2 hours of investigation to avoid changing the current profile manger logic
the issue is we are using async component to avoid load clients before set the stack url, but this lead tof unexpected behavior in the profile manager url. will investigate how should we resolve this issue, will update the estimated time to 8 hours
Issue update : work completed; The issue was that we were importing the d-tabs component using defineAsyncComponent to avoid initializing clients before setting its urls by ServiceURLManager, This made the ProfileManager mount before the inner component Dtabs got imported.
will add 24h as estimated time for review
Devnet, a948bfa.
It got back to the same error again!
this issue returned on https://github.com/threefoldtech/tfgrid-sdk-ts/pull/3347, Rabie will investigate on this with the lazy load issue.
while using private browsing in chrome and using also safari and firefox can not find the Create Account tab while opening the dashboard.
Also cannot find it on firefox
this issue returned on #3347, Rabie will investigate on this with the lazy load issue.
should be solved in https://github.com/threefoldtech/tfgrid-sdk-ts/pull/3475 @ramezsaeed @khaledyoussef24
verified issue is no more longer reproducible tested in safari and private mode
version : 038404b
Verified:
Is there an existing issue for this?
which package/s did you face the problem with?
Dashboard
What happened?
Login as a new user (from incognito or new browser), can you can't see Connect your page anymore.
Steps To Reproduce
No response
which network/s did you face the problem on?
Dev
version
28e17de
Twin ID/s
No response
Node ID/s
No response
Farm ID/s
No response
Contract ID/s
No response
Relevant screenshots/screen records
Relevant log output