I was trying to create a new space in the EasyMorph Server and point the public folder to a folder on on of the network drive. For some reason it gives me "Folder not found" error and stopped me from saving changes.
In Windows, network folders are mapped every time when a user session is created. They are not mapped permanently. Therefore, after the Server [re]start network folders must be mapped explicitly.
There are 2 options to map a network folder:
Run manually a project that maps necessary folders. Here is a sample project that does it: mount network drive.morph (4.4 KB)
EM Server version 1.3 and up runs C:\Program Files\EasyMorph Server\systemscripts\onstart.cmd every time the Server service is starting. You can include the necessary mapping commands into that batch file so that the folders are mapped automatically.
However, the network drive was mapped when I was working on the EM server. And I remapped the folder using the net use command in the EM project you provided but the server is still not seeing the folder. For example, it is currently mapped to M drive in windows while the EM server still gives error.
What account is the Server service running under -- yours or the default one (NT Authority\LocalService)? If it's the default account then what's mapped under your account may be not accessible under the default account.