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
How are you deploying your application? (if relevant)
No response
Describe the Bug
const sdk = new MetaMaskSDK({
extensionOnly: true,
injectProvider: false,
forceInjectProvider: false,
dappMetadata: {
name: 'My project',
url: https://${FRONT_ENV_DOMAIN}/${location.pathname},
iconUrl: https://${FRONT_ENV_DOMAIN}/favicon.ico,
},
});
I do sdk.connectAndSign({
msg: message,
});
I scan QR code and process with mobile app. On the connect step I see full https address, but on the signature request step in the field request from I see only "https".
SDK
Web
Provide environment information
MetaMask SDK Version
latest
MetaMask Mobile app Version
latest
What browser are you using? (if relevant)
chrome
How are you deploying your application? (if relevant)
No response
Describe the Bug
const sdk = new MetaMaskSDK({
extensionOnly: true,
injectProvider: false,
forceInjectProvider: false,
dappMetadata: {
name: 'My project',
url:
https://${FRONT_ENV_DOMAIN}/${location.pathname}
,iconUrl:
https://${FRONT_ENV_DOMAIN}/favicon.ico
,},
});
I do sdk.connectAndSign({
msg: message,
});
I scan QR code and process with mobile app. On the connect step I see full https address, but on the signature request step in the field request from I see only "https".
Expected Behavior
I should see same address as in Connect step, https://my-site.com
Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster
No response
To Reproduce
do sdk.connectAndSign({
msg: message,
}); and look the signature request step
The text was updated successfully, but these errors were encountered: