-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension v1.5.1 corrupts credential file #767
Comments
Hello @GabrielGorta, |
oh, sorry, right, it was version 1.5.1, I misstyped (I edited the ticket). |
Starting with version 1.5.0 we have improved the credentials security mechanism. This means that if you use your credentials with any version >1.5.x you won't be able to use them again with any older version. Could this be the case? |
Maybe, will test it. Due to other issues our team switch often between newest version and version 1.4.2, that is last that works with ESM + TS template (issue: #765), so it may be the issue. Will try to test it more, what exactly are conditions when credentials file get corrupted. E: by testing it seems to corrupt file both when you update or downgrade. |
@gabrielgortabns |
Select the SuiteCloud tool where you encountered the issue
SuiteCloud Extension for VSCode
Version of the SuiteCloud Tool
1.5.1
Operating system
Windows 11
Node Version / VSCode Version
Node: v18.15.0, VSCode: v1.83.1
JAVA Version
java 17.0.7+8-LTS-224 or newer
Bug description
./.suitecloud-sdk/credentials
gets corrupted with newer extension version. Tested with 1.4.2 and Java 17.0.7, everything works fine, but if Java or Extension is newer version, it corrupts the credentials file.Steps To Reproduce
suitecloud account:setup -i
./.suitecloud-sdk/credentials
is corruptedActual Output
No response
Expected Output
No response
Anything else?
related: #716
The text was updated successfully, but these errors were encountered: