bloben-app icon indicating copy to clipboard operation
bloben-app copied to clipboard

E-Mail Invititation are somehow broken

Open Domoel opened this issue 1 year ago • 0 comments

It seems like E-Mail is somehow broken. I have installed the latest version (clean with dockercompose pg14) and I am unable to send out e-mail invitations. I am also not able to set up a custom e-Mail configuration. I always get the message "missing database password".

Anybody with similiar behavior?

Edit:

The admin panel gives me the following error message:

Update calDav event error: {"stack":"TypeError: Cannot read properties of null (reading 'mailto')\n at /usr/app/api/src/api/app/calDavEvent/handlers/createCalDavEvent.ts:96:58\n at Array.filter (<anonymous>)\n at removeOrganizerFromAttendees (/usr/app/api/src/api/app/calDavEvent/handlers/createCalDavEvent.ts:96:15)\n at /usr/app/api/src/service/InviteService.ts:193:52\n at Generator.next (<anonymous>)\n at /usr/app/api/build/service/InviteService.js:31:71\n at new Promise (<anonymous>)\n at __awaiter (/usr/app/api/build/service/InviteService.js:27:12)\n at Object.updateNormalEvent (/usr/app/api/src/service/InviteService.ts:192:5)\n at /usr/app/api/src/api/app/calDavEvent/handlers/updateCalDavEvent.ts:228:27","message":"Cannot read properties of null (reading 'mailto')"}

Domoel avatar Aug 08 '23 19:08 Domoel