EOS Players showing in Dev Panel but not fully connecting to host

I tried to use EOS with EOS Integration Kit from GitHub, but the players aren’t fully getting connected to the host. In dev panel of EOS for that lobby it says that there are 2 players, but the client/player does not move to the map of the host, it just loads main menu map again.

I tried adding some session settings as well, and they also show in dev panel, so the part with EOS backend seems to work fine, just not the peer-to-peer part.

So first on host side I have:


(In between success and execute I only have some messages for debugging, and the other nodes connected to it are messages only)

The host is loading the new map after the call for Create EIK Lobby.

And on “client” side I have:


(same as with host, all the other connected nodes are messages)

From EIK own videos, this is all they were calling, so I do not get what am I missing. Do I need to call something else, or what is the problem?