You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: this._implicitHeader is not a function
at Http2ServerResponse.end (C:\Projects\Fenetre.SiliconCore\Source\Fenetre.SiliconCore.Sample.WebVue\node_modules\vite\dist\node\chunks\dep-e4dc9ea2.js:68637:6)
at Array.write (C:\Projects\Fenetre.SiliconCore\Source\Fenetre.SiliconCore.Sample.WebVue\node_modules\vite\dist\node\chunks\dep-e4dc9ea2.js:40673:9)
at listener (C:\Projects\Fenetre.SiliconCore\Source\Fenetre.SiliconCore.Sample.WebVue\node_modules\vite\dist\node\chunks\dep-e4dc9ea2.js:39946:15)
at onFinish (C:\Projects\Fenetre.SiliconCore\Source\Fenetre.SiliconCore.Sample.WebVue\node_modules\vite\dist\node\chunks\dep-e4dc9ea2.js:39877:5)
at callback (C:\Projects\Fenetre.SiliconCore\Source\Fenetre.SiliconCore.Sample.WebVue\node_modules\vite\dist\node\chunks\dep-e4dc9ea2.js:39738:10)
at Http2ServerRequest.emit (events.js:400:28)
at endReadableNT (internal/streams/readable.js:1334:12)
at processTicksAndRejections (internal/process/task_queues.js:82:21)
Reproduction
cannot reproduce in vite.new and cannot share NDA project link
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/vue-next instead.
Describe the bug
vite preview still fails when visiting "http://localhost:5000" after running "npm run serve".
Node.js v14.18.3
Vite v2.8.0-beta.1
Enabled https
Error:
\node_modules\vite\dist\node\chunks\dep-e4dc9ea2.js:68637
this._implicitHeader();
^
TypeError: this._implicitHeader is not a function
at Http2ServerResponse.end (C:\Projects\Fenetre.SiliconCore\Source\Fenetre.SiliconCore.Sample.WebVue\node_modules\vite\dist\node\chunks\dep-e4dc9ea2.js:68637:6)
at Array.write (C:\Projects\Fenetre.SiliconCore\Source\Fenetre.SiliconCore.Sample.WebVue\node_modules\vite\dist\node\chunks\dep-e4dc9ea2.js:40673:9)
at listener (C:\Projects\Fenetre.SiliconCore\Source\Fenetre.SiliconCore.Sample.WebVue\node_modules\vite\dist\node\chunks\dep-e4dc9ea2.js:39946:15)
at onFinish (C:\Projects\Fenetre.SiliconCore\Source\Fenetre.SiliconCore.Sample.WebVue\node_modules\vite\dist\node\chunks\dep-e4dc9ea2.js:39877:5)
at callback (C:\Projects\Fenetre.SiliconCore\Source\Fenetre.SiliconCore.Sample.WebVue\node_modules\vite\dist\node\chunks\dep-e4dc9ea2.js:39738:10)
at Http2ServerRequest.emit (events.js:400:28)
at endReadableNT (internal/streams/readable.js:1334:12)
at processTicksAndRejections (internal/process/task_queues.js:82:21)
Reproduction
cannot reproduce in vite.new and cannot share NDA project link
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: