Replies: 2 comments
-
Express does not support HTTP/2 (see #5462). The error caused by |
Beta Was this translation helpful? Give feedback.
-
I think I found the cause of the error. The function Since the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment information
Version: 5.*
Platform:
Linux d176f8ed3db8 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 GNU/Linux
(Docker image from node:23-slim),Microsoft Windows NT 10.0.19045.0 x64
Node.js version:
Linux: 23.11, 24.2
Windows: 22.12
Any other relevant information:
Error code:
Error persists even without using
http2-express-bridge
What steps will reproduce the bug?
express
andhttp2-express-bridge
dependency withnpm
index.mjs
as main script inpackage.json
node .
https://localhost:8080
in browserBeta Was this translation helpful? Give feedback.
All reactions