8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b102cf9 + baca7a3 commit d91a00cCopy full SHA for d91a00c
frontend/encore/dev-server.rst
@@ -58,7 +58,6 @@ method in your ``webpack.config.js`` file:
58
})
59
;
60
61
-
62
Enabling HTTPS using the Symfony Web Server
63
-------------------------------------------
64
@@ -84,6 +83,19 @@ server SSL certificate:
84
83
+ }
85
+ })
86
+.. note::
87
+
88
+ If you are using Node.js 17 or newer, you have to run the ``dev-server`` command with the
89
+ ``--openssl-legacy-provider`` option:
90
91
+ .. code-block:: terminal
92
93
+ # if you use the Yarn package manager
94
+ $ NODE_OPTIONS=--openssl-legacy-provider yarn encore dev-server
95
96
+ # if you use the npm package manager
97
+ $ NODE_OPTIONS=--openssl-legacy-provider npm run dev-server
98
99
CORS Issues
100
-----------
101
0 commit comments