AgoraIO-Community / VideoUIKit-Web-React

A Web library to simply integrate Agora Video Calling or Live Video Streaming to your website with just a few lines of code.
MIT License
50 stars 40 forks source link

Not working on production build of next js #20

Closed aniksharif closed 1 year ago

aniksharif commented 1 year ago

Hi I am using this library with Next js. It's working fine in development mode. But in production mode it's not working not even showing!

EkaanshArora commented 1 year ago

Can you share logs? Here's a repo using the UIKit with Next: https://github.com/EkaanshArora/Agora-FullStack-Nextjs

EkaanshArora commented 1 year ago

feel free to reopen if the issue persists

aniksharif commented 1 year ago

@EkaanshArora Thank you for your response. I am sorry that I forgot to respond. The issue was I was using swcMinify true in the config which was making this issue. After removing it, it worked!