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
Wed, 01 Feb 2023 15:03:21 GMT [ERROR] [index] Fatal error TypeError: Cannot read property 'name' of null
at new InterestRoom (/app/lib/models/InterestRoom.js:32:98)
at Conference.construct (/app/lib/Conference.js:215:46)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async /app/lib/index.js:106:5
Maybe it's ill-defined to have the config like this but it would be nice if this was at least reported better rather than wasting time figuring it out — particularly as there's another invocation of the constructor which looks like the likely culprit but isn't.
The text was updated successfully, but these errors were encountered:
Given
It seems like this block of code:
causes an issue in the
InterestRoom
constructor:Maybe it's ill-defined to have the config like this but it would be nice if this was at least reported better rather than wasting time figuring it out — particularly as there's another invocation of the constructor which looks like the likely culprit but isn't.
The text was updated successfully, but these errors were encountered: