Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neo4j stack cant login in neo4j browser #18

Open
sugizo opened this issue Jan 25, 2018 · 0 comments
Open

neo4j stack cant login in neo4j browser #18

sugizo opened this issue Jan 25, 2018 · 0 comments

Comments

@sugizo
Copy link

sugizo commented Jan 25, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant