Issues with Cloning Repo from Github

I’m trying to use the Deploy Button on this repo - GitHub - open-format/next-js-starter: A Next.js template demonstrating how to easily onboard users into web3 using Privy. Users can view their recent activity and collected badges from your Open Format dApp..

However, when I try to deploy, I get an error even though the Github Repo is created in my account.

My email address in Github is set to public.

@open-format Welcome to the Vercel community. I tried deploying the same code from the repo GitHub - open-format/next-js-starter: A Next.js template demonstrating how to easily onboard users into web3 using Privy. Users can view their recent activity and collected badges from your Open Format dApp. and everything is working as expected for me. Please check the screenshot:


It looks like the issue is because of some misconfiguration. I hope you added NEXT_PUBLIC_PRIVY_APP_ID to the Vercel environment variables. Can you also make sure the app is working on your local machine?
While running from local

  1. Create a .env.local file in the root directory and add your Privy App ID:

NEXT_PUBLIC_PRIVY_APP_ID=your_privy_app_id

1 Like

Hey,

Thanks for testing. It was actually because the Github repo in the Deploy Button configuration was incorrect.

My bad. You can close this issue.

1 Like