You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
It appears that the changes.service.ts has leaked into the cht-form web component. Now, when it tries to initialize, it fails and just spams the logs endlessly every 5 sec with
Error initialising watching for db changes TypeError: Cannot read properties of undefined (reading 'update_seq')
at eval (main.js:2)
at H.invoke (polyfills.js:1)
at Object.onInvoke (main.js:2)
at H.invoke (polyfills.js:1)
at ne.run (polyfills.js:1)
at eval (polyfills.js:1)
at H.invokeTask (polyfills.js:1)
at Object.onInvokeTask (main.js:2)
at H.invokeTask (polyfills.js:1)
at ne.runTask (polyfills.js:1)
The text was updated successfully, but these errors were encountered:
I am thinking we either need to move the new user-centric functionality out of the ExtractLineageService or we need to push the ExtractLineageService call up out of EnketoService....
Describe the issue
It appears that the
changes.service.ts
has leaked into the cht-form web component. Now, when it tries to initialize, it fails and just spams the logs endlessly every 5 sec withThe text was updated successfully, but these errors were encountered: