laravel-video-chat icon indicating copy to clipboard operation
laravel-video-chat copied to clipboard

Chat room not visible

Open pratik-asthana opened this issue 6 years ago • 3 comments

I've followed every step mentioned herein Laravel Video Chat. But I can't see the chat room. Please let me know if something more needed to be done besides what mentioned in README.md also let me know if I can customize the chat room. Thanks in advance.

pratik-asthana avatar Sep 12 '18 07:09 pratik-asthana

It won't be displayed for new user login. You have to login as existing user in database users table.

Dwiraj avatar Sep 27 '18 05:09 Dwiraj

I am also having same issue though I logged into as existing user. The error in console is like this.

app.js:38355 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

(found in <Root>)

shresthabiswas avatar Apr 16 '20 13:04 shresthabiswas

@shresthabiswas Kindly do npm install first, then later npm run dev or npm run watch

henry9162 avatar May 12 '20 13:05 henry9162