LedgerHQ / wallet-connect-live-app

https://wallet-connect-live-app.vercel.app/
7 stars 6 forks source link

Development server shows a blank screen #112

Closed ian-eulith closed 1 year ago

ian-eulith commented 1 year ago

I followed the steps in the README to set up a development environment (including creating .env.local with a WalletConnect project ID), but when I run yarn dev and open http://localhost:3000, I just see a blank screen. I see a NO CONFIG FOR SENTRY error in both the browser console and the dev server logs; unsure if that's the issue.

Is this expected?

Also, when I ran proto use, I got:

Error: toml::parse_file

  × Failed to parse TOML file ~/Code/wallet-connect-live-app/.prototools.
  ╰─▶ TOML parse error at line 1, column 1
        |
      1 | node = "18"
        | ^^^^^^^^^^^
      Invalid version or requirement 18.
mcayuelas-ledger commented 1 year ago

Hello, thanks for reaching us :)

Do you have NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID key in your .env.local? And did you installed all depencies with yarn?

ian-eulith commented 1 year ago

Thanks for getting back to me. Yes to all three:

mcayuelas-ledger commented 1 year ago

To see the screen appear, you need to launch the application locally and then use the localManifest in LedgerLive.

If you just launch the application with yarn you will get a blank screen

Go to Settings > Developer > Add a local app and Browse your localManifest

The application should appear correctly.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label, comment, or consider closing it.