Can't find sessions if editor launching not via Visual Studio

I tries to create a multiplayer game and currently I using Online Subsystem (just a subsystem) to find sessions, but I faced with a strange bug. I make my game using C++ and VS2022 and sometimes I need to launch editor via VS, then editor and PIE session works great without problems. But then I don’t launch editor from VS, in PIE session I can’t find any existing sessions, despite I have already created a session. There is no difference how many players I create, and the code is absolutely same. Does anybody know how to fix it?