You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
api | const livekit_server_sdk_1 = require("livekit-server-sdk");
api | ^
api | Error [ERR_REQUIRE_ESM]: require() of ES Module /usr/src/app/node_modules/livekit-server-sdk/dist/index.js from /usr/src/app/dist/src/infrastructure/third-party-services/livekit/livekit.service.js not supported.
api | Instead change the require of index.js in /usr/src/app/dist/src/infrastructure/third-party-services/livekit/livekit.service.js to a dynamic import() which is available in all CommonJS modules.
api | at Object.<anonymous> (/usr/src/app/dist/src/infrastructure/third-party-services/livekit/livekit.service.js:17:30)
Have this error in Nest.js server:
Version:
"livekit-server-sdk": "^2.4.0",
"@nestjs/core": "^10.0.0",
The text was updated successfully, but these errors were encountered: