当前位置:网站首页>Error occurred while trying to proxy request The project suddenly can't get up
Error occurred while trying to proxy request The project suddenly can't get up
2022-07-30 17:11:00 【Programmer over time】
1. If you can still run the project normally before, but suddenly it can't start, or someone else can start it and you can't start it, please try the following methods
(1) npm version is too low
Step 1: Check the npm version: npm -v
Step 2: Update to the latest version: npm -g installnpm
Or update to the specified version: npm -g [email protected] number
Step 3: Finally restart the project
(2) Node version is too low
Upgrade Node but don't upgrade Node easily, you will regret it when the project fails!!!
2. If you are unable to start the project, please try the method
(1) Check the [project root directory configindex.js], find the proxyTable configuration item, whether it is missing "http://" or "https://"
(2) Check whether the background server is turned on and running normally
(3) Check with the above picture whether the proxyTable configuration items are configured correctly, especially pathRewrite
Let me introduce myself first. The editor graduated from Shanghai Jiaotong University in 2013. I worked in a small company and went to big factories such as Huawei and OPPO. I joined Alibaba in 2018, until now.I know that most junior and intermediate java engineers want to upgrade their skills, they often need to explore their own growth or sign up to study, but for training institutions, the tuition fee is nearly 10,000 yuan, which is really stressful.Self-learning that is not systematic is very inefficient and lengthy, and it is easy to hit the ceiling and the technology stops.Therefore, I collected a "full set of learning materials for java development" for everyone. The original intention is also very simple. I hope to help friends who want to learn by themselves but don't know where to start, and at the same time reduce everyone's burden.Add the business card below to get a full set of learning materials
边栏推荐
猜你喜欢
华为云数据治理生产线DataArts,让“数据‘慧’说话”
Explore CSAPP Experiment 2-bomb lab-Section 1
huato hot update environment construction (DLL method hot update C# code)
SYSCALL SWAPGS
查询表中开始日期与结束日期
OpenCV形状检测
基于stm32的shell实现
S7-200SMART中定时器的使用方法和常见注意事项汇总
DTSE Tech Talk丨Phase 2: 1 hour in-depth interpretation of SaaS application system design
Tensorflow模型量化(Quantization)原理及其实现方法
随机推荐
LeetCode318:单词长度的最大乘积
浅谈在线编辑器中增量编译技术的应用
基于模糊PID的液压舵机伺服系统
onenote使用
Redis缓存穿透-热点缓存并发重建-缓存与数据库双写不一致-缓存雪崩
Paper reading (63): Get To The Point: Summarization with Pointer-Generator Networks
onenote use
Test Management and Specification
数据库课程设计大作业大盘点【建议在校生收藏】
第六章:决胜秋招
MySQL 8.0.29 解压版安装教程(亲测有效)
有效的括号字符串[贪心练习]
[极客大挑战 2020]Roamphp1-Welcome
实现web实时消息推送的7种方案
Win11如何把d盘空间分给c盘?Win11d盘分盘出来给c盘的方法
crontab报错,但本地执行正常
登录模块调试-软件调试入门
简易的命令行入门教程
论文阅读 (63):Get To The Point: Summarization with Pointer-Generator Networks
Daily practice------Generate 13-digit bar, Ean-13 code rule: The thirteenth digit is the check code obtained by the calculation of the first twelve digits.