Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: signature request, empty https #1213

Open
SimonPhoenix1985 opened this issue Feb 20, 2025 · 0 comments
Open

[Bug]: signature request, empty https #1213

SimonPhoenix1985 opened this issue Feb 20, 2025 · 0 comments

Comments

@SimonPhoenix1985
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant