Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Can not login #66

Open
meilissalee13 opened this issue Aug 11, 2016 · 3 comments
Open

Can not login #66

meilissalee13 opened this issue Aug 11, 2016 · 3 comments

Comments

@meilissalee13
Copy link

I keep on getting this error when I tried to login :
error = 403;
errorType = "Meteor.Error";
message = "You've been logged out by the server. Please log in again. [403]";
reason = "You've been logged out by the server. Please log in again.";

can you help please?

@zahedul
Copy link

zahedul commented Aug 12, 2016

seems this error data comes from your server side. From swift hit server successfully ... can you share your code please ...

@meilissalee13
Copy link
Author

Meteor.loginWithUsername("(username)", password: "(password)") { result, error in
// do something after login
print(result)
}

^ only this, and the result returning nil value..

@aramix
Copy link

aramix commented Aug 12, 2016

@meilissalee13
403 is 'Not authorized'. Are you sure you have a user with such credentials. Try logging in from web.

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

No branches or pull requests

3 participants