azrikahar
azrikahar
@gespinha glad that worked out! I don't think you're doing anything wrong as I was able to reproduce this back in #14463, but I did had to make a second...
I believe what's happening here is when you were using `{{$trigger}}` as the request body, Axios sets it as `application/json` by inspecting the payload: > Setting the Content-Type header is...
> When I try to apply a schema on `PROD` deployment, it fails with `Failed to update field` error. > > In my case, I'm using Postgres, so I don't...
I think this is a slightly odd case, as MySQL itself does not allow such value by default (Ref: https://github.com/directus/directus/issues/11676#issuecomment-1050654538), so I'm not sure about this presumption of inserting `0000-00-00...
> The problem seems to come from here: https://github.com/directus/directus/blob/main/app/src/composables/use-item/use-item.ts#L52 > > We might need to handle batches in other manner 🤔 I believe the `isBatch` that checks commas in `use-item`...
> Auth examples for end-user to handle common scenarios, including logging in, signing up, magic link and forgot password forms. This will help users build auth features within their projects...
Sounds great! Zod definitely would be more robust here 👍
Can confirm this on my end. Not too familiar with Joi conditions myself, but the validation error shows the following: ``` ValidationError: "blocks" must be [Description] ``` Not sure if...
Seems like the "Other Values" aren't appearing _on load_, but will re-appear after toggling other options: ### Dropdown (Multiple) https://user-images.githubusercontent.com/42867097/191417059-2fbb0a78-010b-47ea-acab-e43956b417c9.mp4 ### Checkboxes https://user-images.githubusercontent.com/42867097/191417042-b34d9c17-90a1-453c-a57f-c8ed52051655.mp4
Duplicate of #10583. That said, #10583 is also subsequently closed for now as I believe this shares the same underlying root cause with #10474 in M2A so let's track it...