TypeError: Cannot read properties of null (reading 'hashid')
- Dominant language
- JavaScript
- Stars
- 400
- Forks
- 89
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 149
Description
Sentry Issue: [FLOWFUSE-BACKEND-1V](https://flowfuse.sentry.io/issues/4662298464/?referrer=github_integration)
```
TypeError: Cannot read properties of null (reading 'hashid')
File "/usr/src/forge/app/node_modules/@flowforge/flowforge/forge/db/controllers/Device.js", line 77, in Object.sendDeviceUpdateCommand
app.comms.devices.sendCommand(device.Team.hashid, device.hashid, 'update', payload)
File "node:internal/process/task_queues", line 95, in process.processTicksAndRejections
File "/usr/src/forge/app/node_modules/@flowforge/flowforge/forge/comms/devices.js", line 108, in DeviceCommsHandler.handleStatus
await this.app.db.controllers.Device.sendDeviceUpdateCommand(device)
```
Contributor guide
Assessment
This issue has not been assessed yet.