Does UE-216073 causing my server to not work?

UE-216073
Hello, my project consists of dedicated server and client application. I am converting my project from version 5.1 to 5.4.4. I successfully packaged server and client applications. When i create game session on server it’s spamming this warning:

LogAssetManager: Warning: Ignoring primary asset Main_Level - PrimaryAssetType Map - invalid primary asset ID

Here is few things i tried and some notable things:

  • I registered the map as a primary asset. And tried printing the primary asset id and and checking validity of it. It returns true.
  • My Main_Level is world partition level.

My client application supposed to enter this level. But it’s not working. Does this warning causing this?