Hi Prabhu, Can you try to re-deploy the portal component alone. I did the following and it resolve the portal login issue.
# Get the portal component name helm list | grep -i 'name\|portal' # Remove portal (Change de-portal to your deployed version helm undeploy dev-portal --purge # Check if the portal component is uninstalled helm list | grep -i 'name\|portal' kubectl get pods -n onap | grep portal # Helm deploy and upgrade the portal component helm deploy dev-portal local/portal --namespace onap cd ~/oom/kubernetes/ helm upgrade dev-portal ./portal Regards Vivek > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19102): https://lists.onap.org/g/onap-discuss/message/19102 Mute This Topic: https://lists.onap.org/mt/34285670/21656 Mute #portal: https://lists.onap.org/mk?hashtag=portal&subid=2740164 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
