I uninstalled ABP Studio, restarted windows, then installed ABP Studio again. This seems to have fixed the missing access-token.bin issue, the file now exists and the login works.
I've tried installing the ABP CLI onto a fresh install of windows using the documentation at: https://abp.io/docs/latest/CLI#help
after running: dotnet tool install -g Volo.Abp.Studio.Cli It installed correctly, but won't let me login
using the login command: abp login <username> -p <password> I get the following error:
[16:40:50 INF] ABP CLI 0.7.1 (Beta) [16:40:50 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [16:40:51 INF] Checking extensions... [16:40:52 ERR] Could not find a part of the path 'C:\Users\Raff.abp\cli\access-token.bin'.
I've also installed ABP Studio, when I start it and try to login, I get the same message about the missing access-token.bin
After checking the c:\users directory I can see the .abp\cli directory doesn't exist and there is only a .abp\Studio directory, but no access-token exists after searching through the Studio files
How can I get the required access token to be able to login?
Regards Raff