@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
- 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