[bug] On browser refresh my Sign popup is coming even though siwx session from localstorage is cleared [from logout button] by using await SIWXUtil.clearSessions(); #3778
Labels
bug
Something isn't working
Link to minimal reproducible example
await SIWXUtil.clearSessions();
Summary
[bug] On browser refresh my Sign popup is coming even though siwx session from localstorage is cleared [from logout button] by using await SIWXUtil.clearSessions();
Clearning the session using this function
async function cleanSession() { await SIWXUtil.clearSessions(); }
bug_report.mp4
List of related npm package versions
"dependencies": {
"@reown/appkit": "^1.6.5",
"@reown/appkit-adapter-wagmi": "^1.6.5",
"@reown/appkit-siwx": "^1.6.5",
"@tanstack/react-query": "^5.65.0",
"nanoid": "^5.0.9",
"next": "14.2.18",
"next-auth": "^4.24.11",
"react": "^18",
"react-dom": "^18",
"viem": "^2.22.15",
"wagmi": "^2.14.9"
},
Node.js Version
20.11.0
Package Manager
10.2.4
The text was updated successfully, but these errors were encountered: