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
On my local deployment test, updating to v2 the following error shows up:
Nov 27 19:35:46 open-haus.lan node[19177]: /opt/OpenHaus/backend-v2.0.0/components/store/class.store.js:33
Nov 27 19:35:46 open-haus.lan node[19177]: this.config = obj.config.map((data) => {
Nov 27 19:35:46 open-haus.lan node[19177]: ^
Nov 27 19:35:46 open-haus.lan node[19177]: TypeError: Cannot read properties of undefined (reading 'map')
Nov 27 19:35:46 open-haus.lan node[19177]: at new Store (/opt/OpenHaus/backend-v2.0.0/components/store/class.store.js:33:34)
Nov 27 19:35:46 open-haus.lan node[19177]: at /opt/OpenHaus/backend-v2.0.0/components/store/index.js:78:24
Nov 27 19:35:46 open-haus.lan node[19177]: at Array.map (<anonymous>)
Nov 27 19:35:46 open-haus.lan node[19177]: at /opt/OpenHaus/backend-v2.0.0/components/store/index.js:77:25
Nov 27 19:35:46 open-haus.lan node[19177]: at /opt/OpenHaus/backend-v2.0.0/node_modules/mongodb/lib/utils.js:348:28
Nov 27 19:35:46 open-haus.lan node[19177]: at processTicksAndRejections (node:internal/process/task_queues:96:5)
The text was updated successfully, but these errors were encountered:
On my local deployment test, updating to v2 the following error shows up:
The text was updated successfully, but these errors were encountered: