gpt4 book ai didi

node.js - 如何修复 Azure 中的 500.1002 错误?

转载 作者:太空宇宙 更新时间:2023-11-04 02:06:03 27 4
gpt4 key购买 nike

成功构建应用程序后,出现 500.1001 或 500.1002 错误。我们尝试将我们的应用程序捆绑到 root 和 public - 错误 500。我们尝试更正 iisnode.yml 参数(maxNamedPipeConnectionRetry 和namedPipeConnectionRetryDelay)。我们的应用程序始终在服务器中运行。

<?xml version="1.0" encoding="utf-8"?>

<webSocket enabled="false" />

<handlers>
<add name="iisnode" path="/public/server.bundle.js" verb="*" modules="iisnode"/>
</handlers>

<rewrite>
<rules>
<rule name="NodeInspector" patternSyntax="ECMAScript" stopProcessing="true">
<match url="^server.bundle.js\/debug[\/]?" />
</rule>

<rule name="StaticContent">
<action type="Rewrite" url="public{REQUEST_URI}"/>
</rule>

<rule name="DynamicContent">
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="True"/>
</conditions>
<action type="Rewrite" url="/public/server.bundle.js"/>
</rule>
</rules>
</rewrite>

<security>
<requestFiltering>
<hiddenSegments>
<remove segment="bin"/>
</hiddenSegments>
</requestFiltering>
</security>

<httpErrors existingResponse="PassThrough" />

最佳答案

我们找到了解决方案。刚刚迁移到使用 Linux 的虚拟机。

关于node.js - 如何修复 Azure 中的 500.1002 错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44330106/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com