I only fullfil the Path space and boom, Orthanc won’t run anymore.
Also tried to copy an already existing path, and the same thing happened.
What it could it be? It’s terrible annoying.
// List of paths to the custom Lua scripts that are to be loaded
// into this instance of Orthanc
“LuaScripts” : [ “C:\Program Files\Orthanc Server\Scripts” ],
In JSON format, you typically use backslashes (\ ) to escape special characters, so the correct representation of file paths would be with double backslashes.
Try C:\\Program Files\\Orthanc Server\\Scripts
Also check logs for errors. Share if still having difficulty