PowerShell Universal App Stuck at "Starting"

Product: PowerShell Universal
Version: 4.0.9 (Developer License Installed)

What I’m trying to accomplish
I’m trying to get this dashboard to start so I can continue working on it. Prior to the webpage crapping out I was getting some weird “machine name incorrect” errors. I’ve cycled through the different versions of PowerShell and I’ve double checked my code for correctness. Looking through the logs in program data the only thing that really seems off is:

2023-08-03 11:50:59.680 -05:00 [INF] Scheduler meta-data: Quartz Scheduler (v3.3.3.0) ‘QuartzScheduler’ with instanceId ‘NON_CLUSTERED’
Scheduler class: ‘Quartz.Core.QuartzScheduler’ - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool ‘Quartz.Simpl.DefaultThreadPool’ - with 100 threads.
Using job-store ‘Quartz.Simpl.RAMJobStore’ - which does not support persistence. and is not clustered.

2023-08-03 11:50:59.681 -05:00 [INF] Quartz scheduler ‘QuartzScheduler’ initialized

Could anyone please advise?

[INF] is just informative, if you search through the log for [ERR] do you find anything?