TodoLite crashing when losing authentication
sethrosetter opened this issue · 0 comments
sethrosetter commented
- Create user and login
- Add a few docs, make sure pointing at a running sync_gateway.
- Take db offline
curl -X POST http://localhost:4985/todos/_offline
- Add a few docs
- Bring db online
curl -X POST http://localhost:4985/todos/_online
User will get logged out and the app will crash