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

遇到的问题 :
项目可以启动,但是一访问接口就报错;
遇到网上有人说是要降低node版本;
最后解决:出错原因是,项目使用了代理,代理打开了ws(websocket),又连不上,所以造成了node.js的崩溃,保证能连上,或者关闭ws就可以了。
边栏推荐
猜你喜欢

【DesignMode】代理模式(proxy pattern)

华东师大团队提出,具有DNA调控电路的卷积神经网络的系统分子实现

水平垂直居中 方法 和兼容

Three. JS series (1): API structure diagram-1

Introduction and use of gateway

全网“追杀”钟薛高

Statistical learning method -- perceptron

【Vulnhub靶场】THALES:1

Horizontal and vertical centering method and compatibility

The difference and working principle between compiler and interpreter
随机推荐
os、sys、random标准库主要功能
Introduction to ThinkPHP URL routing
JS中null NaN undefined这三个值有什么区别
How to determine whether the checkbox in JS is selected
二叉搜索树(基操篇)
Sysom case analysis: where is the missing memory| Dragon lizard Technology
Power of leetcode-231-2
time标准库
预测——灰色预测
Pycharm terminal enables virtual environment
What is the difference between IP address and physical address
Balanced binary tree (AVL)
thinkphp3.2.3中设置路由,优化url
JS modularization
【DesignMode】模板方法模式(Template method pattern)
值得一看,面试考点与面试技巧
Lecturer solicitation order | Apache seatunnel (cultivating) meetup sharing guests are in hot Recruitment!
Advanced C language -- function pointer
Inner monologue of accidental promotion
laravel 是怎么做到运行 composer dump-autoload 不清空 classmap 映射关系的呢?