Safari: Login Loop
Overview
When using the Safari browser, you can get into a login loop after being logged out.
Details
You will need to delete the local storage for g.codefresh.io. Unfortunately, Preferences > Privacy > Manage Website Data does not delete the local storage. There are two ways to do this.
Via Safari
- Visit g.codefresh.io
- Use the keyboard shortcut command + option + C
- Develop menu > Show JavaScript Console
- Select Storage Tab
- On the left, open Local Storage
- Select g.codefresh.io
- Select the trash icon on the top right
- Refresh g.codefresh.io and try logging back in
Via Finder
- Open Finder
- Use the keyboard shortcut shift + command + G
- Go Menu > Go to Folder
- Enter in
~/Library/Safari/LocalStorage
- Delete all the files that started with
https_g.codefresh.io
- Refresh g.codefresh.io and try logging back in