-
Notifications
You must be signed in to change notification settings - Fork 27
Feathers Authentication returning NotFound: Page not found #188
Comments
Are you sure you selected |
i did, you can check in the repo |
Ah sorry, I totally missed the repo link. I'm not sure where you got the |
Or yeah, i had picked an older version from unpkg.com cdn (The cdns included in the docs are outdated. https://docs.feathersjs.com/guides/step-by-step/basic-feathers/rest-client.html ), think you can also fix that in the docs, thanks for the help |
You are right, those were the wrong links. All fixed now, thank you. |
Expected behavior
authenticate with username and password that exists in my DB and return token
Actual behavior
running
returns "Failed : Not found: page not found"
System configuration
I just generated the app haven't added any custom code on the backend (everything was done by the generator), only working with the frontend
Module versions (especially the part that's not working):
Everything Latest, just installed it yesterday
NodeJS version:
v7.10.0
Operating System:
Ubuntu 16.04
Browser Version:
Firefox 53.0
React Native Version:
Module Loader:
Nothing, just pure js
Repo : https://github.com/maseruka/feathers-app
The text was updated successfully, but these errors were encountered: