Alex van der Valk

Results 17 comments of Alex van der Valk

Not sure if this can be classed as a bug but it's worth noting is somewhere.

When this occurs, have you got a Redis cache setup on your Directus project?

I just tried this in docker and on mac and get the error "Extension folder "/directus/extensions/interfaces" couldn't be opened". @br41nslug 's explanation explains why this happens, thanks!

This issue is still occuring in 10.10.7. We have noticed that a workaround is to use a custom permission on the primary collection which always resolves to false, but this...

> @alexvdvalk, could you please give more details about the component you are facing the issue with? Is your issue about StorageList? UploadTask? Other? Sorry, github removed the component names....

I'm seeing some odd behaviour on 9.24 after this release. Working with O2M relation, if there is only one related item, it previously showed the display value, but now it...

Any solution to this? It seems like you have to create the UserPool separately, before you can deploy your Serverless code. Seems a bit counter-intuitive to me.

Roughly how much faster the updated query is over the previous one? I have 750 fields and the query is taking over 4 seconds each time.

Yes it would be best to use the new way of importing environmental variables. This ensures that the DB credentials are not accidentally bundled into the front end app. I...

I've cleaned up the environment variables setup so that it uses Sveltekits native management. Also updated the readme and dotenv dependency.