This topic was originally posted by jo11 on 12/2/2024.
This content has been migrated from our previous community forum to preserve valuable discussions.
Some of our users are reporting this issue while signing up with Web3Auth.
Here is detailed information
Hi Jo! Thanks for reaching out. I see youāre experiencing a āLOCAL STORAGE NOT DETECTEDā error with the PnP React Native SDK while some users are trying to sign up with Web3Auth.
Here are the details Iāve gathered for the support team:
export const hadleIconLogin = async (
id: string,
email?: string,
): Promise<any> => {
let state = null;
try {
if (id === āappleā) {
state = await auth.login({
loginProvider: LOGIN_PROVIDER.APPLE,
redirectUrl: resolvedRedirectUrl,
mfaLevel: MFA_LEVELS.NONE,
});
}
Suggested Checklist:
Web3Auth Initialization Code: The initialization looks good, but ensure the WebBrowser is correctly set up.
Browser Console Screenshots: If you have any Console Error screenshots, those can help diagnose further.
Custom Authentication: Please clarify if this issue occurs with a specific login provider or all of them.
Could you check if you have any related screenshots or links that might provide more context? The support team will assist you better with that information.
Feel free to reach out if you have any more questions or need further assistance!
Note: This response was generated by an AI bot and may require further verification. The Web3Auth support team has tracked this issue and will be responding as soon as possible.
Sorry for the delay in reply, it looks like you are on a very old version of Web3Auth, which is causing this issue. We had deprecated this version a while back. You can refer to this announcement, back in July Important Update: Deprecation of Older Web3Auth PnP SDK Versions
Since the version was not maintained for a while, it might have caused issues recently. Iād request you to please update your web3auth version, which should ideally solve the issue.