PHPJunior / laravel-video-chat-demo

Laravel Video Chat using Socket.IO and WebRTC ( Demo )
85 stars 58 forks source link

Nothing on home page? #9

Open canturker opened 6 years ago

canturker commented 6 years ago

Hello i try to use and understand how it works, but when i login only things on home page is Dashboard(header) - You are logged in!. Nothing seems on home page except these things.

And have a one console error like:

Uncaught TypeError: Cannot set property 'onclick' of null

at HTMLDocument.<anonymous> (app.js:55343)
at mightThrow (app.js:26249)
at process (app.js:26317)

What is problem and how can i handle it?

arturcesarmelo commented 5 years ago

Same here. Nothing in the home page. How can i start a conversation with video call?

amirkhan402 commented 5 years ago

There is nothing on the home page, we can see just "You are logged in!" Lets we consider there are no messages or conversation in the database, but there must be some kind of button to start a conversation or video call with a peer. Please advice.

ghost commented 4 years ago

I haved too.. php artisan db:seed there must be some messages in db..