The issue was a regression introduced during the ZedToken change. GetZedToken was called before the first project resolution happened. Now it defaults to an empty projects state, so that the existing initialization is called, which creates an active_projects.json file and picks the first project returned as initial active project.
The issue was a regression introduced during the ZedToken change. GetZedToken was called before the first project resolution happened. Now it defaults to an empty projects state, so that the existing initialization is called, which creates an
active_projects.json
file and picks the first project returned as initial active project.