I've recently started hosting a server, but I'm having trouble joining it. I get a popup saying "Failed to load root assets - bundles/bundles" with the following error log
```
disconnecting: Exception (cs:65537): NullReferenceException: Object reference not set to an instance of an object. UIBlueprints.UpdateBlueprints (System.Collections.Generic.IEnumerable`1[T] list) (at <00000000000000000000000000000000>:0) UIBlueprints.UpdateBlueprintList () (at <00000000000000000000000000000000>:0) UIBlueprints.Refresh () (at <00000000000000000000000000000000>:0) BasePlayer.InitLocalPlayer () (at <00000000000000000000000000000000>:0) BaseNetworkable.ClientSpawn (ProtoBuf.Entity info) (at <00000000000000000000000000000000>:0) Client.CreateOrUpdateEntity (ProtoBuf.Entity info, System.Int64 size) (at <00000000000000000000000000000000>:0) Client.OnEntities (Network.Message packet) (at <00000000000000000000000000000000>:0) Client.OnNetworkMessage (Network.Message packet) (at <00000000000000000000000000000000>:0) Facepunch.Network.Raknet.Client.HandleMessage () (at <00000000000000000000000000000000>:0) Facepunch.Network.Raknet.Client.Cycle () (at <00000000000000000000000000000000>:0) Client.Update () (at <00000000000000000000000000000000>:0) UnityEngine.Debug:LogException(Exception) Facepunch.Network.Raknet.Client:HandleMessage() Facepunch.Network.Raknet.Client:Cycle() Client:Update()
```
Any and all help with understanding my error is appreciated!