Skip to content

Commit aa5d223

Browse files
authored
docs(packages/ui5-middleware-simpleproxy/README.md): add note about HTTP/2 support with Node v24 (#1226)
1 parent da64c43 commit aa5d223

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/ui5-middleware-simpleproxy/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,14 @@ If you are using the Microsoft OData services for testing purposes, like [Northw
118118

119119
Another known issue is the the validation of the `csrf-token` fails for the `$batch` requests (e.g. in Chrome). To workaround this issue, also running the dev server in `https` can solve the issue.
120120

121-
The UI5 tooling supports running the dev server in `https` by running the following command line option:
121+
UI5 Tooling supports running the dev server in `https` by running the following command line option:
122122

123123
```sh
124124
ui5 serve --h2
125125
```
126126

127+
**Note:** With Node v24, usage of HTTP/2 is no longer supported in UI5 Tooling. Please check https://github.com/SAP/ui5-tooling/issues/327 for updates.
128+
127129
More details can be found in the documentation of the UI5 tooling for the [`ui5 serve` command](https://sap.github.io/ui5-tooling/stable/pages/CLI/#ui5-serve).
128130

129131
## License

0 commit comments

Comments
 (0)