Job Server/General Connection Issue in Local Development

Hello,

I'm currently experiencing difficulty with connecting my Job Server to a locally-hosted Community web server. The Job Server says that it's functioning and connected after running a health check, but in Monitoring under Administration, the Job Server does not seem to be connected. This is not a false positive, as I am unable to upload widgets. Here's the error I'm getting in errors.log:

at Telligent.Evolution.Components.UserDataService.RunAsUser(Action a, String username, Nullable`1 userId, Nullable`1 membershipId)
   at Telligent.Evolution.Components.UserService.RunAsUser(Action a, String username, Nullable`1 userId, Nullable`1 membershipId)
   at Telligent.Evolution.Api.Services.UserService.RunAsUser(Action a, String username, Nullable`1 userId, Nullable`1 membershipId)
   at Telligent.Evolution.Components.CSContext.RunAsUser(Int32 userId, Action action)
   at Telligent.Evolution.Components.PluginManager.UpdateInstallablePlugins()
   at Telligent.Evolution.Components.PluginManager.<>c__DisplayClass63_0.<InitializeInternal>b__0()
   at Telligent.Evolution.Components.DistributedLockService.Lock(String lockKey, Action action)
   at Telligent.Evolution.Components.PluginManager.InitializeInternal()
   at Telligent.Evolution.Components.PluginManager.Initialize(Boolean distribute)
   at Telligent.Evolution.Components.PluginManager.EnsureInitialized()
   at Telligent.Evolution.Components.App.Initalize(String appName)
   at Telligent.Evolution.Components.App.<>c__DisplayClass5_0.<EnsureInitialized>b__0()
   at Telligent.Evolution.Components.Locking.Lock(String key, Action action, DeadlockBehavior deadlockBehavior, Nullable`1 deadlockTimeoutSeconds)
   at Telligent.Evolution.Components.App.EnsureInitialized(String appName)
   at Telligent.Jobs.Server.CommunityJobs.StartJobs(CancellationToken cancellationToken)
   at Telligent.Jobs.Server.JobsConsole.RunAsConsoleApp()
   at Telligent.Jobs.Server.Program.Main(String[] args)
2023-09-20 14:14:00,593 WARN  [102] - Service shutdown request

Please let me know if I can provide any more information. I also ran the job server manually, and it hung on the "Initializing Plugins" phase without producing any errors.

Thank you,

Mason Burke