talk icon indicating copy to clipboard operation
talk copied to clipboard

http://localhost/nihad/public/ajax/message/send 500 (Internal Server Error)

Open samirqh opened this issue 6 years ago • 2 comments

Hi Sir,

thanks for the great code, I already install the example one and its working fine. when I came to integrated with my project, I followed your steps, Usage. then I start to use the controller and views folder in the example project.

and I have error when try to send message, the message not send, and error shows in console http://localhost/nihad/public/ajax/message/send 500 (Internal Server Error)

I am not sure where is the problem, please can you help me ?

Best Regards, Samir

samirqh avatar Nov 05 '17 11:11 samirqh

nahid

Also getting this error and this shows up in the console tools.

syntaxlexx avatar Nov 06 '17 05:11 syntaxlexx

@samirqh Try checking your env file for the QUEUE_DRIVER option. If it is set to redis, try changing to QUEUE_DRIVER=sync (or optionally install a redis server in your workstation). You can go ahead and use other queue drivers as outlined in the Laravel Queue docs. Then serve your app again.

syntaxlexx avatar Nov 06 '17 11:11 syntaxlexx