Troubleshooting
Common issues and solutions when using VeChain Kit
Quick Links
If your issue is not addressed here, please reach out to us:
Discord: https://discord.com/invite/vechain
GitHub Issues: https://github.com/vechain/vechain-kit/issues
Common Issue Categories
Problems when upgrading from DApp Kit or managing dependencies
Peer Dependencies
From DApp Kit
CSS conflicts and theming problems
Chakra UI Conflicts
CSS Framework Conflicts
Runtime and functionality problems
Fee Delegation
Privy Popup Blocking
Before You Start
Check that you're using the latest version of VeChain Kit
Ensure all peer dependencies are correctly installed
Clear your build cache (
rm -rf node_modules .next && npm install
)
Can't find your issue? Search our GitHub Issues or ask on Discord.
Last updated
Was this helpful?