-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
-
Not defined
Context:
When starting the backend using "yarn start-backend" on a windows machine, the backend builds successfully but it fails to run with the following error: 'Could not find or load main class...'
The reason for this failure is the classpath parameters are separated by ":" which only works on Linux-based OS. in windows, ";" are used instead
AT:
- Find a way to make the backend start command work on both Windows and Linux-based environments