Dominik
Dominik
@BlackbitDevs I think there is a better solution to this. Rather than catching the error and return an empty array, we should add a check to the twig template that...
`coreshop.hasStore` I believe that certain functions should throw errors in order to show you that you mis-configured something.
This doesn't help solve your issue, but I am pretty sure it comes down to DeepCopy being used to create the cached entries. DeepCopy copies quite deep and sometimes runs...
You're storing the complete installation on a persistent volume? Did I get that right?
The source code is part of the application, actually in terms of php it is the application and should therefore be the container itself.
> But what do we do with the php files and database migrations, that are created by the system when using the admin interfaces (e. g. creating new classes)? So...
just as reference for google cloud: https://cloud.google.com/storage/docs/access-control/signed-urls
Run in test env and try to execute any query.
what happens if you enable this for you: ``` framework: test: false ```
I've just checked again, it doesn't do that for an out-of-the box setup. We added our own datahub provider that extends the graphql one. Basically allowing us to add custom...