adrianhajdin/project_chat_application

send button is not working

withrvr opened this issue · 3 comments

send button is not working

send button is not working

Check the ENDPOINT in line 12 of Chat.js in the client directory, change that "https://project-chat-application.herokuapp.com/" to "localhost:5000" as you are runnning it locally and not yet hosted the server. It'll start to work fine.

Send button is not working for me too.