当前位置:网站首页>Uncaught (in promise) Neo4jError: WebSocket connection failure. Due to security constraints in your
Uncaught (in promise) Neo4jError: WebSocket connection failure. Due to security constraints in your
2022-07-23 05:55:00 【Honyelchak】
问题
使用vue-neo4j连接neo4j数据库时,控制栏出现以下问题:
- neo4j版本为4.4.5
Uncaught (in promise) Neo4jError: 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

解决方案
- 将
bolt的地址改为0.0.0.0 - 或者把
dbms.default_listen_address=0.0.0.0注释解开
查看启动日志,看是否修改成功!!!

边栏推荐
- Redis distributed lock practice
- 4D天线阵列布局设计
- Liveness, readiness and startup probes
- Square root cube root
- HCIA----04 路由静态扩展、VLAN
- 【离线语音专题④】安信可VC离线语音开发板二次开发语音控制LED灯
- 融e学答案脚本制作(2020最新)
- Signal integrity (SI) power integrity (PI) learning notes (32) power distribution network (4)
- 迷茫、工作没动力? 职业发展没希望? 看这篇文章就够了
- JVM内存模型简介
猜你喜欢

转行软件测试有学历要求吗?低于大专是真的没出路吗?

迷茫、工作没动力? 职业发展没希望? 看这篇文章就够了

Telnet configuration instance learning record

TI单芯片毫米波雷达代码走读(二十五)—— 角度维(3D)处理流程

Frame relay network configuration example learning record

Unity 模型显示到UI前面,后面的UI抖动

根据不同时间统计不同类型的数据(存储过程)

踩坑electron渲染进程renderer,解决require is not defined的问题

OpenCV图像处理(下) 边缘检测+模板匹配+霍夫变换

Default routing configuration instance learning record
随机推荐
Sword finger offer summary
快速解决:Xshell拖不进去文件夹或者软件包的问题
使用vscode进行远程编辑和调试
Static route configuration instance learning record
Record a reptile question bank
Common scheduled cron expressions for scheduled tasks
录入数学公式至mark down文档的方法
DHCP configuration instance learning record
Step on the electric render process renderer to solve the problem of require is not defined
Plug ins used by Jenkins
Rk3588 compilation problem set
ACL configuration instance learning record
FTP deployment
Unity 模型显示到UI前面,后面的UI抖动
迷茫、工作没动力? 职业发展没希望? 看这篇文章就够了
OSPF multi area configuration instance learning record
Es common operations
HCIA----06 OSPF
PostgreSQL k8s deployment template
力扣 剑指 Offer II 094. 最少回文分割