Sebastian Klocke

Results 3 comments of Sebastian Klocke

I have the same problem. Migrated, but no working translations. I works with these post migration steps 1. create `languages` table (created a `test` collection and an translation field so...

I currently try to create notifications from a hook with the `notifications` endpoint: ```js directusHttp.post('/notifications', { "recipient": context.accountability.user, "subject": "Error on Item Creation", "message": error.message }) ``` and I get...

Yes, the user is receiving the notification (I need to refresh the page) but I can't see the message and if I click on it, I also get the null/null...