腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(2252)
视频
沙龙
1
回答
http
://
localhost
:
3000
/
api
/
gear
请求
失败
,
原因
:
connect
ECONNREFUSED
127.0.0.1
:
3000
、
、
、
://
localhost
:
3000
/
api
/
gear
failed, reason:
connect
ECONNREFUSED
127.0.0.1
:
3000
at ClientRequest.://
localhost
:
3000
/
api
/
gear
failed, reason:
conne
浏览 63
提问于2020-05-28
得票数 2
回答已采纳
1
回答
http
://
localhost
:
3000
/
api
/projects
请求
失败
,
原因
:连接
ECONNREFUSED
127.0.0.1
:
3000
(Express/Next.Js)
、
、
、
、
://
localhost
:
3000
/
api
/projects failed, reason:
connect
ECONNREFUSED
127.0.0.1
:
3000
message: 'request to
http
:/&
浏览 0
提问于2019-03-19
得票数 11
1
回答
将正文传递给内部
http
post
请求
、
、
我在本地主机中有两个post端点,我希望第一个端点通过post
请求
获得参数,并将它们传递给后者,后者将返回第一个端点的响应:constreq.body); } catch (error) { }app.listen(
3000
){ Error:
connect
ECONNREFUSED
<e
浏览 1
提问于2018-09-02
得票数 0
2
回答
发送到本地主机的nodeJS
请求
POST :
3000
ECONNREFUSED
、
、
、
、
在某一时刻,我只想向运行在
localhost
:
3000
上的rails服务器发出POST
请求
但是,使用我的节点应用程序,我想这样做:') + 'end_tracking', body: req_body // config.get('
api
_url') return <em
浏览 6
提问于2017-02-10
得票数 2
回答已采纳
1
回答
忽略特定
请求
的代理
如何防止Ember代理特定
请求
?我在端口
3000
上有一个
API
监听,所以当我服务我的Ember应用程序时,我运行:除了我的应用程序向我的
API
发送引导程序GET
请求
(这不是为了处理它们)之外,一切都运行得很好。以下是我遇到的错误:Error p
浏览 2
提问于2016-06-14
得票数 0
回答已采纳
1
回答
如何将Next.js应用部署到Netlify?
、
、
{"errorMessage": "FetchError: request to
http
://
localhost
:
3000
/
api
/notes failed, reason:
connect
ECONNREFUSED
127.0.0.1
:
3000</e
浏览 5
提问于2020-08-17
得票数 2
1
回答
不再发送自动获取用户的下一个
请求
(& nuxt/auth-next
、
、
、
我使用的是nuxt auth和laravel sanctum,登录可以正常工作,但不再发送获取已验证用户的
请求
!这是我的nuxt.config.js baseUrl: process.env.
API
_URL, },strategies: { provider: 'laravel/sanctum', url: process.env.
浏览 23
提问于2021-02-15
得票数 0
2
回答
Vercel 500内部错误!无法登录
、
、
、
、
://
localhost
:
3000
/
api
/auth/providers failed, reason:
connect
ECONNREFUSED
127.0.0.1
:
3000
{ error: {message: 'request to
http
://
localhost
:
3000
/
api
/aut
浏览 203
提问于2021-10-24
得票数 1
1
回答
根据我的PostgreSQL文件中.env数据库的主机名值,我得到了不同的结果
、
、
、
我试过下一个:在端口
3000
中运行的Docker服务器将要离开:工作正常并获得响应,现在尝试将其连接到我的任何数据库
API
时:I得到错误: "Could not get
浏览 5
提问于2022-10-18
得票数 0
回答已采纳
1
回答
npm运行生成错误,无法在next.js中运行生成命令。
、
、
我已经为使用getServerSidePorps的
api
调用添加了代码。错误: at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16) { config: { url: '
http
://
localhost
:<em
浏览 0
提问于2021-11-02
得票数 0
1
回答
如何在构建和部署时从Nextjs路由获取数据?
、
、
、
、
当我部署我的站点时,我得到以下信息:FetchError: request to
http
://
localhost
:
3000
/
api
/products failed, reason:
connect
ECONNREFUSED
127.0.0.1
:
3000
在这里,我在
localhost
:
3000
上获取数据,它在npm run
浏览 7
提问于2022-01-07
得票数 1
1
回答
调用获取sveltekit端点
如果我在端点中调用fetch("
http
://
localhost
:
3000
/
api
/verify") POST,就会得到FetchError: request to
http
://
localhost
:
3000
/
api
/verify failed, reason:
connect
ECONNREFUSED
::1:<em
浏览 5
提问于2022-04-14
得票数 1
1
回答
Net::
HTTP
.start适用于
127.0.0.1
,但不适用于'
localhost
‘。为什么?
>> Net::
HTTP
.start("
127.0.0.1
",
3000
) { |
http
|
http
.get('/') } >> Net::
HTTP
.start("
localhost
",
3000
) { |
http
|
浏览 0
提问于2010-07-21
得票数 2
回答已采纳
3
回答
docker AWS SAM local未连接到docker dynamodb
、
、
、
、
这是我使用的JavaScript代码: const docClient = new dynamoDb.DocumentClient({region: '
localhost
', endpoint: '
http
://
127.0.0.1
:
3000
/时,终端会给出错误: ERROR Invoke Error {"errorType":"NetworkingError","errorMessage":&q
浏览 58
提问于2021-01-03
得票数 1
2
回答
Rails和Rails:错误代理到
http
://
localhost
:
3000
、
、
我被困在控制台中使用以下命令加载Book模型数据的问题上:不检索数据,Ember终端日志显示此错误:
connect
ECONNREFUSED
127.0.0.1
:
3000
Error:
connect
ECONNREFUSED
127.0.0.1</e
浏览 7
提问于2016-04-05
得票数 2
回答已采纳
2
回答
ECONNREFUSED
nodeJS与express在码头容器内
、
、
我正在构建一个在docker容器中运行的nodejs应用程序……sudo docker run -it --rm -p
3000
:6001 --name xxx-running://
localhost
:6001' ], App started on port
http
://
localhost</e
浏览 0
提问于2016-05-06
得票数 18
回答已采纳
2
回答
CodePush -未能连接到本地主机/
127.0.0.1
(端口
3000
):连接
失败
:
ECONNREFUSED
(连接被拒绝)
、
由于连接问题,我正在使用,我已经设置好了一切,应用程序显示一个更新应用对话框,但不能
失败
下载。在原木上,我发现另外,我可以看到来自代码推送的第一个
请求
,发送回的JSON如下所示, "update
浏览 11
提问于2017-09-08
得票数 0
回答已采纳
1
回答
使用NGINX (Docker)将/
api
请求
重定向到端口
3000
我想将
请求
重定向到/
api
到运行在
localhost
上的节点应用程序:
3000
使用NGINXserver { server_nameproxy_pass
http
://
127.0.0.1
:
3000
/;} 如果我在浏览器中访问
localhost
,就会看到前端应用程序,所以这是正确的。如果我点击 (或
l
浏览 0
提问于2019-08-09
得票数 0
回答已采纳
1
回答
如何将使用@nuxtjs/阿波罗模块的nuxt应用程序部署到heroku?
、
、
、
、
我用它来构建一个todo应用程序,在后端(express)实现graphql来设置我的
API
。://
localhost
:
3000
/graphql" }它在我的本地机器上开发得很好。我认为
api
调用没有正确完成,在我的应用程序在heroku仪表板上的日志中,我看到了下面的一行:Error Network error: request to
http
://
localhost
:
3000
浏览 4
提问于2019-12-27
得票数 0
3
回答
Travis CI:启动rails服务器
、
、
before_script: - "bundle exec rails server -p
3000
&"
http
://
localhost
:
3000
/users/sign_in We attempted to make an
http
request toWe r
浏览 0
提问于2018-04-21
得票数 7
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
腾讯会议
云直播
对象存储
活动推荐
运营活动
广告
关闭
领券