I upgraded my gateway from Ignition 8.1 to Ignition 8.3. In 8.1 I was able to copy and paste project folders with new names and modifications to make copies and then use the filesystem scan. When I do this in Ignition 8.3, the new projects do not show up in Ignition. Does anyone know if anything changed in the gateway’s scanning process or in how projects are stored?
You can either call system.project.requestScan | Ignition User Manual or the REST API endpoint (see http://localhost:8088/openapi while logged in and search for it) to trigger the scan. It's not automatic any more.
There's also a button in the gateway web UI, but note that there's two different places with the same "Scan Filesystem" button - one scans the project directory, one scans the config directory.
Using http://localhost:8088/data/api/v1/scan/projects seemed to do the trick. Thanks!