Since a few days we cant start any abp-projects anymore. We get "ABP-LIC-0013 - License exception: ABP-LIC-0023: An error occured while calling the license server! The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters."
Also, we cant login in the cli ( it works on the website without problems ) and get always "Invalid username or password!" but both are correct
9 Answer(s)
-
0
after a few tries and discussion with other people we found that the cli doesnt handle all special characters correctly - in our case it was the ^ character that broke it.
-
0
Hi,
We will check it.
-
0
you need to logout and login again
-
0
Hi,
Will it work if you re-login to ABP CLI?
-
0
basically yes - but the problem that cli doesn’t accept all special characters persist. would be great to have a option to use the web-session ( login on abp.io ) for authentication
-
0
but the problem that cli doesn’t accept all special characters persist.
I can't reproduce the problem,
BTW, you can use the device flow:
abp login name --device
-
0
oh, works great with this option ( website doesnt open automaticly ).
you should mention this option in your documention
-
0
Ok, we will update the document.
-
0
https://github.com/abpframework/abp/pull/14318