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
I have followed tutorial right through, however have noticed that the user list is not showing when the 'New Chat' modal is initiated.
I have checked the subscription and note that am subscribed to Users document. I have also tried copy the files direct from the github repository, to confirm that I was not missing something important, and have the same issue.
Among a few seeming non-related typescript errors, there is this error in the console:
server/imports/publications/chats.publication.ts (10, 8): Property 'publishComposite' does not exist on type 'typeof Meteor'.
server/imports/publications/chats.publication.ts (10, 46): Cannot find name 'PublishCompositeConfig'.
server/imports/publications/chats.publication.ts (19, 8): Cannot find name 'PublishCompositeConfig1'.
server/imports/publications/chats.publication.ts (27, 8): Cannot find name 'PublishCompositeConfig1'.
Other than that, I can nothing wrong with the code, as per the tutorial.
thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I have followed tutorial right through, however have noticed that the user list is not showing when the 'New Chat' modal is initiated.
I have checked the subscription and note that am subscribed to Users document. I have also tried copy the files direct from the github repository, to confirm that I was not missing something important, and have the same issue.
Among a few seeming non-related typescript errors, there is this error in the console:
Other than that, I can nothing wrong with the code, as per the tutorial.
thank you.
The text was updated successfully, but these errors were encountered: