angular-fullstack / generator-angular-fullstack

Yeoman generator for an Angular app with an Express server
https://awk34.gitbook.io/generator-angular-fullstack
6.12k stars 1.24k forks source link

Login and Register links not working #2071

Open mercea opened 8 years ago

mercea commented 8 years ago

I followed the documentation here https://api.stormpath.com/ui2/index.html#/quickstart/angularjs/express/frontend/project-type/new. When I navigate to localhost:9000, I can view the home page but clicking on login ans register links just shows 'page loading' and I get no errors from the server, it returns a 200. Is there any configuration step I might be missing?

Thanks

Awk34 commented 8 years ago

Hi @mercea . I looked at that link, and it looks like it's 'getting started' instructions for a different project, https://github.com/stormpath/stormpath-sdk-angularjs.git . Are you sure you're asking in the right place?

mercea commented 8 years ago

Hmmm. When I load up the homepage following the instructions in that link, it points to this project to report issues.

Awk34 commented 8 years ago

Oh, that's funny. They generated their examples with an older version of this project: https://github.com/stormpath/stormpath-sdk-angularjs/blob/master/example/dashboard-app/Gruntfile.js#L1. The footer of this project does include an issue reporting link by default. They probably should have changed that to point to their repository..

Anyway, if you have any questions about their repo, make an issue there. Otherwise, feel free to use this generator :]

Awk34 commented 8 years ago

@mercea did you clone something from them, or did you use this generator itself? If you are having an issue from this generator, please provide the standard issue details:

Item | Version
----- | -----
generator-angular-fullstack | x.x.x
Node | x.x.x
npm | x.x.x
Operating System | OS X 10 / Windows 10 / Ubuntu 15.10 / etc
etc | etc

Item | Answer
----- | -----
Transpiler | Babel / TypeScript
Markup | HTML / Jade
CSS | CSS / LESS / SCSS / Stylus
Router | ngRoute / ui-router
Build Tool | Grunt / Gulp
Client Tests | Jasmine / Mocha
DB | MongoDB / SQL
Auth | Y / N
etc | etc