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

Undefined property "path" #10

Closed
Azayzel opened this issue Sep 30, 2016 · 2 comments
Closed

Undefined property "path" #10

Azayzel opened this issue Sep 30, 2016 · 2 comments
Assignees

Comments

@Azayzel
Copy link

Azayzel commented Sep 30, 2016

After installing loopback and following the readme, I get

Undefined property "path"
@slahiri slahiri self-assigned this Oct 28, 2016
@slahiri
Copy link
Member

slahiri commented Oct 28, 2016

Following is the solution. Add the following code before return loopbackSSL.startServer(app);

boot(app, __dirname, function(err) {
  if (err) throw err;
});

Pull request - #11

slahiri pushed a commit that referenced this issue Oct 29, 2016
Invocation of "boot" was missing in the setup steps.
slahiri pushed a commit that referenced this issue Oct 30, 2016
README update to fix missing boot issue #10
@slahiri
Copy link
Member

slahiri commented Nov 3, 2016

Published new version 0.0.7 with README fixes.

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