当前位置:网站首页>node:504报错
node:504报错
2022-07-07 14:46:00 【阿六啊】

遇到的问题 :
项目可以启动,但是一访问接口就报错;
遇到网上有人说是要降低node版本;
最后解决:出错原因是,项目使用了代理,代理打开了ws(websocket),又连不上,所以造成了node.js的崩溃,保证能连上,或者关闭ws就可以了。
边栏推荐
- How to query the data of a certain day, a certain month, and a certain year in MySQL
- AutoLISP series (3): function function 3
- null == undefined
- ATM system
- laravel怎么获取到public路径
- Laravel changed the session from file saving to database saving
- Detailed explanation of several ideas for implementing timed tasks in PHP
- time标准库
- 删除 console 语句引发的惨案
- Logback logging framework third-party jar package is available for free
猜你喜欢
作为Android开发程序员,android高级面试

字节跳动高工面试,轻松入门flutter

Lecturer solicitation order | Apache seatunnel (cultivating) meetup sharing guests are in hot Recruitment!

Multiplication in pytorch: mul (), multiply (), matmul (), mm (), MV (), dot ()
3000 words speak through HTTP cache

Statistical learning method -- perceptron

Personal notes of graphics (3)

Vs2019 configuration matrix library eigen

【C 语言】 题集 of Ⅹ

null == undefined
随机推荐
pycharm 终端部启用虚拟环境
MySQL中, 如何查询某一天, 某一月, 某一年的数据
How does laravel run composer dump autoload without emptying the classmap mapping relationship?
两类更新丢失及解决办法
【Vulnhub靶场】THALES:1
Advanced C language -- function pointer
How to query the data of a certain day, a certain month, and a certain year in MySQL
Statistical learning method -- perceptron
Laravel 服务提供者实例教程 —— 创建 Service Provider 测试实例
Record the migration process of a project
laravel中将session由文件保存改为数据库保存
01tire+链式前向星+dfs+贪心练习题.1
【医学分割】attention-unet
laravel 是怎么做到运行 composer dump-autoload 不清空 classmap 映射关系的呢?
Laravel changed the session from file saving to database saving
修改配置文件后tidb无法启动
PHP实现执行定时任务的几种思路详解
DNS 系列(一):为什么更新了 DNS 记录不生效?
Personal notes of graphics (3)
[designmode] template method pattern