Closed amitjindal closed 7 years ago
Hello,
You should just hit the login button, no username is required.
Maybe what you describe seems like à bug with using the 'enter' key for submiting the form
It should be easier now ;)
Is it ok for you ? @amitjindal
I tried. It was showing some weird behavior. Randomly when I was clicking inner pages, it was redirecting to Login. I did clear cache and also used Incognito mode. So I left this template aside. The original bug seems fixed so we can close this.
The redirection to the login page is not à random behavior. Some part of the template still have "href" links and not routerLinks, that's why it's redirecting to the login pages, because it reload the SPA
Hi, Sorry, this seems like a trivial question but I have tried to run this with
npm start
and also with./bin/start.sh
. I get to login page, enter a fake value for username/password and it keeps redirecting me to login. I didn't find any username/password I should specify. How do I view this project running?