HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure

The log does say that it cant find the configuration file.

2021-06-29 03:29:03 [INFO] (Hangfire.BackgroundJobServer) Starting Hangfire Server using job storage: ‘Hangfire.MemoryStorage.MemoryStorage’
2021-06-29 03:29:03 [INFO] (Hangfire.BackgroundJobServer) Using the following options for Hangfire Server:
Worker count: 10
Listening queues: ‘default’
Shutdown timeout: 00:00:15
Schedule polling interval: 00:00:15
2021-06-29 03:29:03 [INFO] (Hangfire.Server.BackgroundServerProcess) Server xxxxxxxxxxxxxx successfully announced in 127.2718 ms
2021-06-29 03:29:03 [INFO] (Hangfire.Server.BackgroundServerProcess) Server xxxxxxxxxxxxxx is starting the registered dispatchers: ServerWatchdog, ServerJobCancellationWatcher, ExpirationManager, CountersAggregator, Worker, DelayedJobScheduler, RecurringJobScheduler…
2021-06-29 03:29:03 [INFO] (Hangfire.Server.BackgroundServerProcess) Server xxxxxxxxxxxxxx all the dispatchers started
fail: UniversalAutomation.Services.ConfigurationScript[0]
Failed to read configuration file. settings.ps1
System.InvalidOperationException: Sequence contains no elements
at System.Linq.ThrowHelper.ThrowNoElementsException()
at System.Linq.Enumerable.First[TSource](IEnumerable1 source) at UniversalAutomation.Services.SettingsConfigurationScript.OnReadAfterAllAsync(Boolean initialSync) in D:\a\universal\universal\src\UniversalAutomation\Services\Configuration\Settings.cs:line 24 at UniversalAutomation.Services.ConfigurationScript1.ReadAsync(Boolean initialSync) in D:\a\universal\universal\src\UniversalAutomation\Services\Configuration\ConfigurationScript.cs:line 203
info: UniversalAutomation.JobProcessManager[0]
Starting job using Process.

I tried looking for that path but I’m not even sure why it’s even mentioning a D drive. Where would I enter the code you provided?