Open mercea opened 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?
Hmmm. When I load up the homepage following the instructions in that link, it points to this project to report issues.
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 :]
@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
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