# \[Archive\] Invalid private key

**URL:** https://builder.metamask.io/t/archive-invalid-private-key/1929
**Category:** Embedded Wallets (Web3Auth)
**Created:** [June 10, 2023, 9:11am UTC](https://builder.metamask.io/t/archive-invalid-private-key/1929 "2023-06-10T09:11:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![chenshuhd](https://avatars.discourse-cdn.com/v4/letter/c/d07c76/32.png) [@chenshuhd](https://builder.metamask.io/u/chenshuhd)
#### Post date: [June 10, 2023, 9:11am UTC](https://builder.metamask.io/t/archive-invalid-private-key/1929/1 "2023-06-10T09:11:38Z")

</div>

> **🏛 Archived Content from Web3Auth Community**
> 
> This topic was originally posted by **chenshuhd** on 6/10/2023.  
> This content has been migrated from our previous community forum to preserve valuable discussions.

* * *

**Please provide the following details too when asking for help in this category:**

- SDK Version: 1.2

- Screenshots of error:  

- Related to Custom Authentication? Please provide the following info too: **(Optional)**

**Please provide the Web3Auth initialization and login code snippet below:**  
public void Awake()  
{  
this.initParams = new Dictionary\<string, object\>();

```
    this.initParams["clientId"] = clientId;
    this.initParams["network"] = network.ToString().ToLower();
if (!string.IsNullOrEmpty(redirectUri))
    this.initParams["redirectUrl"] = redirectUri;

Application.deepLinkActivated += onDeepLinkActivated;
Debug.Log("Application.absoluteURL is " + Application.absoluteURL);
if (!string.IsNullOrEmpty(Application.absoluteURL))
    onDeepLinkActivated(Application.absoluteURL);

```

#if UNITY\_EDITOR  
Web3AuthSDK.Editor.Web3AuthDebug.onURLRecieved += (Uri url) =\>  
{  
Debug.Log("Web3AuthSDK.Editor.Web3AuthDebug.onURLRecieved url is " + url);  
this.setResultUrl(url);  
};  
#endif  
}

---

<div class="post-metadata">

### Author: ![vjgee](https://avatars.discourse-cdn.com/v4/letter/v/b5e925/32.png) [@vjgee](https://builder.metamask.io/u/vjgee)
#### Post date: [June 24, 2023, 2:40am UTC](https://builder.metamask.io/t/archive-invalid-private-key/1929/2 "2023-06-24T02:40:48Z")

</div>

@chenshuhd Thanks for your patience.

Your issue has been submitted to our team. We will get back with further updates once more information becomes available.
