You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
download Windows binary and try to start the server it will give you a path error
Reproduction Steps:
Download the Windows binary
extract the tar file and try to start the server on Windows
it will give you "could not build a repository for the database: could not create a file system repository: open /D:/mederec/backend/api-gateway/janus/janus/apis: The filename, directory name, or volume label syntax is incorrect." error every time
Expected behavior:
The server should start
Observed behavior:
This is happening because of path differences in Windows and Linux systems. ( Actually, I have debugged the problem and found the solution in the file system should the parameter need to change it is adding an extra "/" at the start of path in Windows however it shouldn't)
Janus version: janus_4.0.0_windows_amd64.tar ( latest build ) OS and version: Windows 10
The text was updated successfully, but these errors were encountered:
[Short description of problem here]
Reproduction Steps:
Expected behavior:
The server should start
Observed behavior:
This is happening because of path differences in Windows and Linux systems. ( Actually, I have debugged the problem and found the solution in the file system should the parameter need to change it is adding an extra "/" at the start of path in Windows however it shouldn't)
Janus version: janus_4.0.0_windows_amd64.tar ( latest build )
OS and version: Windows 10
The text was updated successfully, but these errors were encountered: