基于Postman中的报错
程序员文章站
2023-11-02 15:00:40
Postman中的报错: Could not get any response 错误 Could not get any response There was an error connecting to http://127.0.0.1:8888/api/private/v1/login. Why ......
postman中的报错:
could not get any response 错误
could not get any response
there was an error connecting to http://127.0.0.1:8888/api/private/v1/login.
why this might have happened:
the server couldn't send a response:
ensure that the backend is working properly
self-signed ssl certificates are being blocked:
fix this by turning off 'ssl certificate verification' in settings > general
proxy configured incorrectly
ensure that proxy is configured correctly in settings > proxy
request timeout:
change request timeout in settings > general
原因:为打开接口文件 app.js
解决方法:
api项目中 shift+右键 打开命令行输入:node app 运行
报错解决!
上一篇: Java 正则?:?=?!的理解
推荐阅读
-
SQL Server2005打开数据表中的XML内容时报错的解决办法
-
vuex2中使用mapGetters/mapActions报错的解决方法
-
JavaScript编程开发中基于jQuery的视频播放插件开发教程
-
解决pandas中读取中文名称的csv文件报错的问题
-
基于python requests库中的代理实例讲解
-
iOS中UIScrollerView的用法及基于AotoLayout的控件悬停
-
下载python中Crypto库报错:ModuleNotFoundError: No module named ‘Crypto’的解决
-
基于Python 装饰器装饰类中的方法实例
-
JavaScript控制输入框中只能输入中文、数字和英文的方法【基于正则实现】
-
基于python中theano库的线性回归