Elvis Yong

Results 2 comments of Elvis Yong

Hey @Aadhinana not sure if this will help but I've gotten mine to work by using [next-transpile-modules](https://www.npmjs.com/package/next-transpile-modules). My next.config.js looks something like this: ```javascript const withTM = require('next-transpile-modules')([ '@project-serum/sol-wallet-adapter', '@gokiprotocol/walletkit',...

@Aadhinana Would you be able to provide any form of error or code snippets so we can possibly understand why it does not work? Thanks!