Connor Winston

Results 21 comments of Connor Winston

Some thoughts... How does this impact performance? If you hit your instance with 1,000 requests all at once and each of those creates activity/revisions its going to call truncate a...

> Wouldn't it be sufficient to only truncate it inside the activity service, where the object is actually getting persisted? > > https://github.com/directus/directus/blob/70de6168b880470c5aebc9cd7ff07b9816e4ef84/api/src/services/activity.ts#L30 Not really, because insertion of user_agent into...

Memory Cache worked fine. However, tried to use Redis and Directus kept fatally erroring and crashing. https://github.com/directus/directus/blob/5bc2eec24fd5a64dfb60bb25a11d24a23225cf69/api/src/services/cache/redis-cache.ts#L19 This line is called 3 times for the regular cache, system cache, and...

> Can you explain how you've gotten this result? The clipboard is always a string but these values should be parsed on paste in the Raw Value field. Seems to...

@Nitwel I installed 2 interfaces to test this, one via `index.js` file directly in the extensions folder and one via npm. Neither showed up in the extensions list to enable/disable....

@Nitwel There were no errors when I tested this. However, did notice some things.I had to rebuild dev to get the package installed via pnpm to show up, thats ok....

Hi Marcel, You can find a [SSO SAML Example in our Self Hosted docs](https://docs.directus.io/self-hosted/sso-examples.html#google-1 ). This example is for Google, however, it shows how to correctly format the ENV variable...

Hi @marcelhorner Can you try replacing `sso` in that URL with the name of your auth provider. Looking at the docs again, I think there are some naming inconsistencies with...

You are getting the route doesn't exist error?

@rijkvanzanten I added to the migration generating the UUID v7 from the first migrations timestamp, how does it look?