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
Did you perform a cursory search of open issues? Is this bug already reported elsewhere?
Are you running the latest SDK version?
Are you reporting to the correct repository (magic-sdk)?
๐ Description
Upon attempting to reload the page with the URL baseURL/?category=nfts while not authenticated, an unexpected issue arises. Instead of maintaining the current URL, the page's URL inexplicably reverts back to the base baseURL. This anomaly is further exacerbated by the receipt of a 400 error from the https://auth.magic.link/v1/session/refresh URL, a component associated with user authentication.
The page should change the URL to baseURL/?category=nfts
The button also triggers a reload, after a while the URL clears and shows the log about refresh failing.
Once the request fails, the whole URL resets
๐ค Expected behavior
baseURL/?category=nfts is meant to be the URL, not a reset URL. Expected behavior can be gotten by logging in with meta mask wallet and the page URL doesn't clear.
๐ฎ Actual behavior
An uncalled request clears the URL to the base URL.
โ Prerequisites
magic-sdk
)?๐ Description
Upon attempting to reload the page with the URL
baseURL
/?category=nfts while not authenticated, an unexpected issue arises. Instead of maintaining the current URL, the page's URL inexplicably reverts back to the basebaseURL
. This anomaly is further exacerbated by the receipt of a 400 error from the https://auth.magic.link/v1/session/refresh URL, a component associated with user authentication.๐งฉ Steps to Reproduce
baseURL
/?category=nfts๐ค Expected behavior
baseURL
/?category=nfts is meant to be the URL, not a reset URL. Expected behavior can be gotten by logging in with meta mask wallet and the page URL doesn't clear.๐ฎ Actual behavior
An uncalled request clears the URL to the base URL.
Stack Trace
๐ป Code Sample
Here's the code repo to test the issue. https://github.com/Adebesin-Cell/Magic-Connector-Bug
๐ Environment
@magiclabs/wagmi-connector
yarn
The text was updated successfully, but these errors were encountered: