8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7247a commit 0ec56cdCopy full SHA for 0ec56cd 8000 span>
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