Skip to content
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

Credentials > Secret Access Key and Session Token Optional keep reverting to some other incorrect value #352

Open
DanatMighty opened this issue Dec 13, 2023 · 1 comment

Comments

@DanatMighty
Copy link

I did manage to use the local repo with docker once with a temporay access key id and its secret key. When I have come back in today I am trying to put in a new one and it won't take it. After pasting in the key secret access key or just typing into the field it keeps reverting back to some other text.
I am using the former2-helper manually loaded into Chrome.
Is there a way to clear out whatever is causing it?
I did try "Empty cache and Hard Reset" for this docker instance.
I have recreated and container a few times while trying to figure out which port it was running on. (Found the port while searching the Inspect tabs output)

@iann0036
Copy link
Owner

Hi @DanatMighty,

That does seem strange. For the web interface, you can clear all locally stored credential data (and settings) with the following:

window.localStorage.clear();

You can paste this in the JavaScript Console, accessible by hitting Cmd+Option+J /
Ctrl+Shift+J.

Depending on the issue, you might also be able to try uninstalling then reinstalling the browser extension to resolve the issue.

Hope that helps, let me know how it goes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants