Server responded HTTP.
l am getting this message
"Server responded HTTP. Make sure you are not trying to connect to the http endpoint (HTTP defaults to port 7474 whereas BOLT defaults to port 7687)"
how to solve ?
Hi. Just jumping in here with a possible solution, since I just had the same happen to me.
If you're going through the getting started guide, and decided to use a sandbox off of Sandbox, then you're probably using the bolt+s url. Try the other one (bolt://).
Got the same error - I made the mistake of adding the 'Websocket Bolt URL' instead of the 'Bolt URL' when initiating the project. Recreating the project w the proper vars solved problem.