NetCode works only once with no error after I reinstall the package

Every time I try to run my game, I get the following error:

InvalidOperationException: Group of type Unity.NetCode.TickServerInitializationSystem has not been created, either the derived class forgot to call base.OnCreate(), or it has been destroyed
Unity.Entities.ComponentSystemGroup.CheckCreated () (at Library/PackageCache/com.unity.entities@0.11.1-preview.4/Unity.Entities/ComponentSystemGroup.cs:67)
Unity.Entities.ComponentSystemGroup.AddSystemToUpdateList (Unity.Entities.ComponentSystemBase sys) (at Library/PackageCache/com.unity.entities@0.11.1-preview.4/Unity.Entities/ComponentSystemGroup.cs:72)
Unity.NetCode.ClientServerBootstrap.CreateServerWorld (Unity.Entities.World defaultWorld, System.String name) (at Library/PackageCache/com.unity.netcode@0.2.0-preview.5/Runtime/ClientServerWorld/ClientServerBootstrap.cs:221)
DreamCore.Game.Server.ModuleServer..ctor () (at Assets/DreamCore/Game/Server/ModuleServer.cs:147)
DreamCore.Game.Server.S_Initialize_Server.OnCreate () (at Assets/DreamCore/Game/Server/S_Initialize.cs:23)
Unity.Entities.ComponentSystemBase.CreateInstance (Unity.Entities.World world) (at Library/PackageCache/com.unity.entities@0.11.1-preview.4/Unity.Entities/ComponentSystemBase.cs:434)
Unity.Entities.World.AddSystem_OnCreate_Internal (Unity.Entities.ComponentSystemBase system) (at Library/PackageCache/com.unity.entities@0.11.1-preview.4/Unity.Entities/World.cs:583)
Unity.Entities.World.GetOrCreateSystemsAndLogException (System.Type[] types) (at Library/PackageCache/com.unity.entities@0.11.1-preview.4/Unity.Entities/World.cs:790)
UnityEngine.Debug:LogException(Exception)
Unity.Debug:LogException(Exception) (at Library/PackageCache/com.unity.entities@0.11.1-preview.4/Unity.Entities/Stubs/Unity/Debug.cs:19)
Unity.Entities.World:GetOrCreateSystemsAndLogException(Type[]) (at Library/PackageCache/com.unity.entities@0.11.1-preview.4/Unity.Entities/World.cs:794)
Unity.Entities.DefaultWorldInitialization:AddSystemsToRootLevelSystemGroups(World, Type[]) (at Library/PackageCache/com.unity.entities@0.11.1-preview.4/Unity.Entities.Hybrid/Injection/DefaultWorldInitialization.cs:127)
Unity.Entities.DefaultWorldInitialization:AddSystemsToRootLevelSystemGroups(World, IEnumerable`1) (at Library/PackageCache/com.unity.entities@0.11.1-preview.4/Unity.Entities.Hybrid/Injection/DefaultWorldInitialization.cs:114)
DreamCore.Game.Common.GameBootstrap:Initialize(String) (at Assets/DreamCore/Game/Common/Bootstrap.cs:16)
Unity.Entities.DefaultWorldInitialization:Initialize(String, Boolean) (at Library/PackageCache/com.unity.entities@0.11.1-preview.4/Unity.Entities.Hybrid/Injection/DefaultWorldInitialization.cs:97)
Unity.Entities.AutomaticWorldBootstrap:Initialize() (at Library/PackageCache/com.unity.entities@0.11.1-preview.4/Unity.Entities.Hybrid/Injection/AutomaticWorldBootstrap.cs:15)

It goes away and lets me run the game once after I manually remove NetCode package and install it again. After the first error-less run, I get the same error. Editor re-launch doesn’t help. I use custom bootstrap, BTW, but there’s nothing beyond the NetCode sample.

Also, every time I run the game with no such error, my editor crashes :frowning: