stacks icon indicating copy to clipboard operation
stacks copied to clipboard

neo4j stack cant login in neo4j browser

Open sugizo opened this issue 7 years ago • 0 comments

step to reproduce an error in pwd (play with docker) cat << EOF > docker-compose.yml version: '3.2'

services: neo4j: restart: 'always' image: neo4j volumes: - /data - /logs ports: - '7474:7474' - '7687:7687'

EOF cat docker-compose.yml docker-compose up -d docker-compose ps

can't login into neo4j browser with : username : neo4j password : neo4j

ServiceUnavailable: WebSocket connection failure. Due to security constraints in your web browser, the reason for the failure is not available to this Neo4j Driver. Please use your browsers development console to determine the root cause of the failure. Common reasons include the database being unavailable, using the wrong connection URL or temporary network problems. If you have enabled encryption, ensure your browser is configured to trust the certificate Neo4j is configured to use. WebSocket readyState is: 3

when click on port 7687 not a WebSocket handshake request: missing upgrade

sugizo avatar Jan 25 '18 00:01 sugizo