You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to deploy to heroku but it isn't working. I am getting this polling error below in the console and do not know how to change the 8010 to a port that works.
I tried replacing all the 8010 ports to be the same as the one heroku has assigned in the www file process.env.PORT but it gives a different error saying that the port is already in use. Please let me know what I need to change in both client and server code for it to be deployed to heroku.
I really appreciate your time and help!
The text was updated successfully, but these errors were encountered:
I am able to manage this issue by changing the convo.js file and changing the localhost to the Heroku domain. but still, I am not able to see the Heroku thing working.
same code (localhost), is working fine but when using Heroku, it is stuck. Able to deploy but not able to receive response from Dialogflow
Hi,
I've tried to deploy to heroku but it isn't working. I am getting this polling error below in the console and do not know how to change the 8010 to a port that works.
polling-xhr.js:264 GET http://localhost:8010/socket.io/?EIO=3&transport=polling&t=MIEd4F3 0 ()
I tried replacing all the 8010 ports to be the same as the one heroku has assigned in the www file process.env.PORT but it gives a different error saying that the port is already in use. Please let me know what I need to change in both client and server code for it to be deployed to heroku.
I really appreciate your time and help!
The text was updated successfully, but these errors were encountered: