This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Imageboard app crashes when adding a new image to an imageboard #59
Open
Description
From #57 (comment)
When I try to add a new Image the app crash with the following error:
{ result: { ok: 1, n: 1 }, ops: [ { user: 'lukeh', caption: 'COOL', imageUri: 'http://ansolas.de/assets/image/logo.svg', link: 'http://ansolas.de/assets/image/logo.svg', board: 'Flowers That I like', comments: [], _id: 564c4e1f903c20190471112f } ], insertedCount: 1, insertedIds: [ 564c4e1f903c20190471112f ] } [TypeError: Cannot read property '_id' of undefined]