azrikahar
azrikahar
> There are a lot of examples of these around the web, but a single REPO with various use cases implemented in each proxy could save people a lot of...
> For a reference of how HAProxy and Letsencrypt can be used together, take a look at the nmarus/haproxy-certbot Docker image. I did look into it before, but sadly it...
> The one issue I've found with those certbot enabled images is that if there's an issue with your HAProxy config it will trigger a restart of the entire container...
@barakplasma It is very likely caused by that PR, but IIRC the "make a column nullable" change was also applicable here when Flows was released: https://github.com/directus/directus/blob/ed82a01c2c93eb74df91385b554692d2e3ea3caa/api/src/database/migrations/20220429D-drop-non-null-from-sender-of-notifications.ts#L4-L6 so assuming that migration...
Unfortunately I can't seem to reproduce this. Is there any other non out-of-the-box configs that may be at play here? perhaps such as custom extensions, custom fields on `directus_notifications`, etc?...
> If you leave me a email adress here i can send you the sqlite file i'm using. Sure thing, feel free to send it to `[email protected]` 🙂 > Also...
@scolastico thanks again for the file! Turns out to be a rather odd case here. The `FOREIGN KEY constraint failed` error seems to be due to `directus_files` and `directus_users`. This...
> I can't recreate going from 9.14.5 to 9.15.1 using a db like chinook (see my attempt to recreate repo at https://github.com/barakplasma/directus-issue-14976 ) . I also tried uploading a file...
@scolastico thanks for confirming! Yeah unfortunately it's quite hard to tell what happened, but if you ever find out the incorrect data stems somewhere from Directus, do let us know...
> The description in the dialog should be translated though Would this mean the API would return the translation key such as `you_dont_have_permission_to_access_this` (verbose key just as an example) so...