-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POST http://localhost:8000/ajax/message/send 500 (Internal Server Error) #5
Comments
I have the same error when I send a message. |
please share your code with me. |
I had the same issue. I found that the auth::user() wasn't being set (I'm using Laravel 5.4).
Hope that helps! |
@kingsleyzissou its works!! |
Thanks It works fine! |
@kingsleyzissou where i need to add this code ? |
@marslan2037 you place it inside the constructor and delete the line
So your constructor should look like this:
|
i have same error |
500 interval server error |
@kingsleyzissou this is what in preview tab |
@marslan2037 that's a different issue, it sounds like you need to setup redis on your computer and update the .env file with the correct information |
what is redis ? |
i update everything with pusher info |
in env file and in talk.php also |
preview tab shows this error, console shows 500 interval server error with message/send route |
@kingsleyzissou i am using talk example, i did not add anything new in it, just did one change that have mention but same error, with and without that change |
@marslan2037 this issue is closed, the issue you're having is unrelated. [tcp://127.0.0.1:6379] -> port 6739 is used for redis If you get redis setup on your machine it should resolve the issue. |
@kingsleyzissou ok, but i did not install anything new in it, if package did not have it then i have it, let me reclone it and try again |
@kingsleyzissou anyway thanks for your help |
i am same problem here........plz help me |
I implemented your example in my Project, but now i cant send any messages.
jquery.js:8625 POST http://localhost:8000/ajax/message/send 500 (Internal Server Error)
send @ jquery.js:8625
ajax @ jquery.js:8161
(anonymous) @ talk.js:16
dispatch @ jquery.js:4430
r.handle @ jquery.js:4116
The text was updated successfully, but these errors were encountered: