-
Notifications
You must be signed in to change notification settings - Fork 348
It is normal to use the command NPM run start in the local environment and can connect successfully But when I upload it to the server after use npm run build it, it can't connect successfully. What should I do #88
Comments
Hey V2swap! i got exactly the same Problem! On Localhost no issues.... on Sharehoster the QR-Code is useless |
Same issue here. I only encounter this when my iOS<15.0. |
You guys use Mac M1 for the build? |
I'm using Intel. Also on localhost using QR code I can get the Metamask connection prompt. But if I open it on my iphone safari, it will redirect me to Metamask, but no connection confirm prompt. |
After double-checking, open exactly https://example.walletconnect.org/ works fine... I suspect it might be a library version issue? |
mh its super strange for that it works on Localhost ... but after build and put on sharehoster it wont work. I dont get it. Tried to build it with another Mac...didnt work aswell |
What exactly isn't working? Did you use the exact code in this repo, and the QR code directs you to Metamask, but no connection prompt pops up? |
On Localhost everything works. When I build it and put it on the internet and hit the WalletConnect button the QR code pops up as usual but when i scan it with my wallet (trust or metamask) nothing happens... Metamask on Browser works just fine. |
And if you just use example.walletconnect.org, does that work? |
Sure that works with my Mobile Apps |
Is your server deployment in http or https? |
http |
changed to https now it works!! Thank you so much mate! :) |
It is normal to use the command NPM run start in the local environment and can connect successfully But when I upload it to the server after use npm run build it, it can't connect successfully. What should I do
The text was updated successfully, but these errors were encountered: