Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Cannot read property \'service\' of undefined #222

Closed
kostia-official opened this issue Jun 8, 2016 · 6 comments
Closed

Cannot read property \'service\' of undefined #222

kostia-official opened this issue Jun 8, 2016 · 6 comments

Comments

@kostia-official
Copy link

There is my code:
https://github.com/kozzztya/share-debt/tree/36cf4897219d4ac218a9a6210ab279de53269445
After test running ./node_modules/.bin/ava test/debt-add.test.js I have an error on login:

Cannot read property \'service\' of undefined

Can you look what's wrong?

@daffl
Copy link
Member

daffl commented Jun 8, 2016

Usually this happens when app.setup isn't called. This is the case when the server is started through something other then app.listen.

@kostia-official
Copy link
Author

I called it without any success https://github.com/kozzztya/share-debt/blob/36cf4897219d4ac218a9a6210ab279de53269445/src/index.js#L6
Also I didn't use sub app like in previous issues with the same error.

@kostia-official
Copy link
Author

And I didn't see in examples of feathers-auth using app.configure(services()). Am I calling all stuff in the right order?

@kostia-official
Copy link
Author

kostia-official commented Jun 9, 2016

I tried to configure auth in different places. And I forget to delete auth configuring in services/auth/index.js.
Still have the same issue with app.configure(authentication()) only in app.js.

@kostia-official
Copy link
Author

app.setup wasn't called in test env. thanks for help.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants