> For the complete documentation index, see [llms.txt](https://docs.vechainkit.vechain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vechainkit.vechain.org/troubleshooting/dev-support.md).

# Dev support

Are you having issues using the kit? Join our discord server to receive support from our devs or open an issue on our Github!

Check our [Troubleshooting section](/troubleshooting/general.md).

Contact us on Discord: <https://discord.gg/wGkQnPpRVq>

Open an issue on Github: <https://github.com/vechain/vechain-kit/issues>

{% hint style="warning" %}
**Use yarn or npm to build the packages. pnpm is known to have some issues we are trying to solve.**
{% endhint %}

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

#### [🔄 Migration Issues](/troubleshooting/migration-issues.md)

Problems when upgrading from DApp Kit or managing dependencies

* Peer Dependencies
* From DApp Kit

#### [🎨 Styling Issues](/troubleshooting/styling-issues.md)

CSS conflicts and theming problems

* Chakra UI Conflicts
* CSS Framework Conflicts

#### [⚙️ Integration Issues](/troubleshooting/integration-issues.md)

Runtime and functionality problems

* Fee Delegation
* Privy Popup Blocking

### Before You Start

1. Check that you're using the latest version of VeChain Kit
2. Ensure all peer dependencies are correctly installed
3. Clear your build cache (`rm -rf node_modules .next && npm install`)

***

**Can't find your issue?** Search our [GitHub Issues](https://github.com/vechain/vechain-kit/issues) or ask on [Discord](https://discord.com/invite/vechain).
