【问题标题】:Gulp crash with an HPE_INVALID_CONSTANT error on first XHR requestGulp 在第一个 XHR 请求时崩溃并出现 HPE_INVALID_CONSTANT 错误
【发布时间】:2019-08-05 09:45:19
【问题描述】:

我正在开发一个 AngularJS 1.7.x 应用程序(3 年前开始),当我开始使用 Gulp 时。

昨天,当我继续我的应用程序时,我突然在第一个 XHR 请求上崩溃了。

所以我运行“gulp serve”,它打开带有登录页面的 chrome,一切都正确加载,然后,我单击登录按钮,它向我的 PHP 后端(由 Apache/2.4.37 提供服务)发出 REST 调用(Unix) PHP/7.2.14)

我的项目的 package.json 在很长一段时间内都没有改变。 我最近更新了 npm (6.9.0) & node (8.11.1),但不是最近。

 [12:14:13] Starting 'serve'...
[HPM] Proxy created: /rest  ->  http://localhost/
[12:14:13] Finished 'serve' after 49 ms
[BrowserSync SPA] Running...
[Browsersync] Access URLs:
 --------------------------------------
       Local: http://localhost:3000/
    External: http://192.168.1.21:3000/
 --------------------------------------
          UI: http://localhost:3001
 UI External: http://localhost:3001
 --------------------------------------
[Browsersync] Serving files from: .tmp/serve
[Browsersync] Serving files from: src
[HPM] Error occurred while trying to proxy request /rest/authenticate from localhost:3000 to http://localhost/ (HPE_INVALID_CONSTANT) (https://nodejs.org/api/errors.html#errors_common_system_errors)
events.js:183
      throw er; // Unhandled 'error' event
      ^

Error: write after end
    at write_ (_http_outgoing.js:622:15)
    at ServerResponse.write (_http_outgoing.js:617:10)
    at IncomingMessage.ondata (_stream_readable.js:639:20)
    at emitOne (events.js:116:13)
    at IncomingMessage.emit (events.js:211:7)
    at IncomingMessage.Readable.read (_stream_readable.js:475:10)
    at flow (_stream_readable.js:846:34)
    at resume_ (_stream_readable.js:828:3)
    at _combinedTickCallback (internal/process/next_tick.js:138:11)
    at process._tickCallback (internal/process/next_tick.js:180:9)

【问题讨论】:

    标签: node.js angularjs npm gulp


    【解决方案1】:

    在我的 php 后端中,我的配置文件给出了一个空的“ReCaptcha”秘密,最终导致 gulp/proxy 崩溃... 无法理解为什么 ReCaptcha 抛出的错误会如此混乱代理......

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-11-21
      • 2021-12-13
      • 2023-03-22
      • 2013-01-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多