You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After that, your issue should be resolved and you should be able to see all the graphs on UI.
99
+
After that, your issue should be resolved and you should be able to see all the graphs on UI.
100
+
101
+
#### 6. Unable to Login Devtron dashboard even if the password is correct
102
+
103
+
If you are not able to login into Devtron dashboard even after giving the correct password, it is possible that the argocd token of previous session has been stored in the cookies and is not able to override the new token that is generated for the new session. If you are facing this issue, follow the steps below -
104
+
105
+
If using Firefox -
106
+
1. Goto login page of Devtron and open inspect.
107
+
2. Navigate to storage tab in inspect.
108
+
3. Click on url where Devtron has been installed under `Cookies` tab and you could see an argocd token with its value, something similar to below image.
4. Now right click on token and select `delete` option.
126
+
127
+
After clearing `Cookies`, try again to login, you should be able to login now.
128
+
129
+
130
+
#### 7. No charts found in Charts Discover Section
131
+
132
+
In the Devtron's Discover Chart section, if you are not able to see any charts available, goto `Global Configuration` >> `Chart Repositories` and click on `Refresh Chart` at the top-right as shown in the image below. After clicking the button, it might take 4-5mins to show all the charts in `Discover` section depending upon the chart repositories added.
In `Global Configurations` >> `Cluters & Environments`, if you try to update a cluster which has been already added in Devtron, you might get an error as `{"message":"Failed to update datasource. Reload new version and try again"}`. If you are facing such issue, please follow the following steps -
139
+
140
+
1. Edit the changes you want to make in respective cluster
141
+
2. Click on save after making changes and you may get error message stated above.
142
+
3. Go to cluster where devtron has been installed and execute - `kubectl -ndevtroncd delete po -l app=devtron`
143
+
4. Now refresh the page and you should be able to save it.
144
+
145
+
[Note: If you already have created some environments in that cluster, it needs to be updated again]
0 commit comments