Hoodie App Tracker - 401 Unauthorized from client.js - signout and edit email error
See original GitHub issueI did a fresh install via git clone https://github.com/hoodiehq/hoodie-app-tracker.git
and then npm install
. I am running via npm start
and it shows me the cute little dog, which Iβm assuming means all systems are green. Adding items is fine and I can create an account fine. However when I sign out or edit my email, I get a 401 error. I attached the screenshots. I have a hunch the client is not sending an Authorization header.
Details:
- I have not installed CouchDB and I donβt have a PouchDB backend. I think the username and password info gets created within browser. I donβt see how that could be a problem but Iβm noting it here.
- I am using node v6.8.1 and npm v3.10.8 and I am on Mac OS X: El Capitan.
- Results from
npm ls | grep hoodie
Lean-Mean-Machine:hoodie-app-tracker michael$ npm ls | grep hoodie
hoodie-app-tracker@ /Users/michael/JSProjects/hoodie/hoodie-app-tracker
βββ¬ hoodie@24.3.0
β βββ¬ @hoodie/account@2.0.1
β β βββ @hoodie/account-client@4.4.0
β β βββ¬ @hoodie/account-server@4.0.5
β βββ¬ @hoodie/admin@1.2.2
β βββ¬ @hoodie/client@5.0.7
β β βββ @hoodie/account-client@2.8.0
β β βββ¬ @hoodie/connection-status@3.0.0
β β βββ @hoodie/log@2.1.0
β β βββ¬ @hoodie/store-client@1.0.0
β β β βββ hoodie-zuul-config@2.0.0
β β β βββ¬ pouchdb-hoodie-api@1.6.4
β β β βββ pouchdb-hoodie-sync@1.4.1
β βββ¬ @hoodie/server@21.1.1
β β βββ¬ @hoodie/store-server@2.1.5
β βββ¬ @hoodie/store@1.0.4
β β βββ¬ @hoodie/store-client@5.0.12
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:12 (10 by maintainers)
Top Results From Across the Web
401 Error: 5 Ways to Troubleshoot and Fix It - Hostinger
The 401 Unauthorized error is triggered by unauthenticated requests made to a WordPress web server. Learn how to identify and fix the issue....
Read more >HTTP 401 Unauthorized Error | What Is and How to Fix?
401 Unauthorized Error is an HTTP response status code indicating the request sent by the user couldn't be authenticated.
Read more >Untitled
Ochca intranet, Phase 6 desktop einfrieren, New holland c190 track skid steer? Prada luggage bag, Oscar naibei, Maeve and liz, Doug middlebrook wiki?...
Read more >Untitled
Mysql order by 0 asc, Uaap cdc 2012, Film kinowy dragon ball 2015, Xblues, Calcare roccia sedimentaria, Dirt track racing games for ps3,...
Read more >Untitled
#Psoriasis Tips for mistake free dieting, Takshitapaleis utrecht, Les cadeaux d'anniversaire pour amis, Food consumer trends 2016, Hallow crown,Β ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@gr2m not a problem! I did a fresh
npm install
and everything seems fine. Iβll continue to poke around and eventually contribute, code-wise, to Hoodie πthanks for checking Michael!