Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error connecting to locally running NodeJS backend #8

Closed
anishkny opened this issue Apr 25, 2017 · 2 comments
Closed

Error connecting to locally running NodeJS backend #8

anishkny opened this issue Apr 25, 2017 · 2 comments

Comments

@anishkny
Copy link
Member

I was trying to run this against a locally running node-express-realworld-example-app. When I do gulp, the articles don't load, and I get the following console error:

Error: transition superseded
    at $StateProvider.$get (main.js:2904)
    at Object.invoke (main.js:9544)
    at main.js:9336
    at getService (main.js:9485)
    at injectionArgs (main.js:9510)
    at Object.invoke (main.js:9536)
    at main.js:12651
    at forEach (main.js:4944)
    at Object.<anonymous> (main.js:12649)
    at Object.invoke (main.js:9544) "Possibly unhandled rejection: {}"

Steps to setup backend:

git clone https://github.com/gothinkster/node-express-realworld-example-app
cd node-express-realworld-example-app
yarn
export NODE_ENV=production
export MONGODB_URI=mongodb://mongo:mongo@ds117821.mlab.com:17821/try-mongodb
export SECRET=secret
node ./app.js
# ... Verified localhost:3000/api with Postman tests
@EricSimons
Copy link
Member

I think this is actually due to #6 - on a plane right now but will fix ASAP

@EricSimons
Copy link
Member

Fixed with #11!

ssomnoremac pushed a commit to ssomnoremac/angularjs-realworld-example-app that referenced this issue Jun 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants