Describe the issue:
We are getting the following error when we try to start our react sample in Node 17+ versions and the newest LTS 18.12.0.
The major reason is that in node 17, they've changed the implementation of SSL handling, which came as a breaking change for older code bases [1]. We might need to bump our packages accordingly or configure webpack to support this.
How to reproduce:
Install or switch to Node >17
Try to start the sample app
You'll see an error mentioned above
Expected behavior:
Sample app should start without any issues
Environment information (Please complete the following information; remove any unnecessary fields) :
Describe the issue: We are getting the following error when we try to start our react sample in
Node 17+
versions and the newest LTS18.12.0
.The major reason is that in node 17, they've changed the implementation of SSL handling, which came as a breaking change for older code bases [1]. We might need to bump our packages accordingly or configure webpack to support this.
How to reproduce:
Expected behavior: Sample app should start without any issues
Environment information (Please complete the following information; remove any unnecessary fields) :
Optional Fields