mondora / asteroid

An alternative client for a Meteor backend
MIT License
734 stars 101 forks source link

Error 404 "Method login not found" #129

Closed ProphetDaniel closed 6 years ago

ProphetDaniel commented 6 years ago

I'm using asteroid in this project. When clicking on Login button, the following error is triggered:

{isClientSafe: true, error: 404, reason: "Method 'login' not found", message: "Method 'login' not found [404]", errorType: "Meteor.Error"}

It really looks there is something Asteroid is doing wrong or reporting wrong.

dimofte commented 6 years ago

you need to add Accounts to your backend, user management is not part of Meteor's core

ProphetDaniel commented 6 years ago

Thank you @dimofte . With your help I was able to make it work.