Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.05 KB

Troubleshooting.md

File metadata and controls

24 lines (14 loc) · 1.05 KB

Troubleshooting

Miscellaneous

Make sure:

Try:

  • npm cache clean - This fixed a real problem someone was having
  • npm install npm@latest -g

Can not sign-up user when databases get out of sync

NOTE: this should no longer be an issue, but we're leaving this here just in case.

This can happen when you re-run grunt dev and then can no longer sign up a user because the database on the backend has been wiped, but the database in the browser still contains contracts that the frontend will try to re-subscribe to (although they no longer exist on the backend).

Until Issue #495 is closed, the workaround is to do one of the following:

  • Create a new private window/tab (it will contain a fresh IndexedDB instance)
  • Bring up the browser's dev tools, go into "Storage", and manually clear/delete all the Group Income related entries in the "Indexed DB" / "Indexed Database" section