Closed alxndrsn closed 7 years ago
Looks to me like the bootstrapper will throw an unhandled Error back to app.js if one of PouchDB() calls at https://github.com/medic/medic-webapp/blob/master/static/js/bootstrap.js#L85, https://github.com/medic/medic-webapp/blob/master/static/js/bootstrap.js#L96 fail.
Error
app.js
PouchDB()
The first one is the most likely to fail.
Likely related to https://github.com/medic/medic-webapp/issues/2090#issuecomment-326561071
In practice this seems to work OK.
Looks to me like the bootstrapper will throw an unhandled
Error
back toapp.js
if one ofPouchDB()
calls at https://github.com/medic/medic-webapp/blob/master/static/js/bootstrap.js#L85, https://github.com/medic/medic-webapp/blob/master/static/js/bootstrap.js#L96 fail.The first one is the most likely to fail.
Likely related to https://github.com/medic/medic-webapp/issues/2090#issuecomment-326561071