Sarat Chandra Balla
Sarat Chandra Balla
clappr.rtmp is working on chrome, but not on firefox. Can you suggest the player version and rtmp version which work both on chrome and firefox?
Can we merge this?
@Aure77 did you find any resolution for this?
Bump. Any update on this?
Does anyone have a working example of prisma + qwikjs (non-edge)?
This is happening with prisma and node as well
Adding an alias in `vite.config.ts` resolved this ``` resolve: { alias: { ".prisma/client/index-browser": "./node_modules/.prisma/client/index-browser.js" } }, ```