Simon Archer
Simon Archer
Is there a version of Griddle >1.0 that isn't affected by this bug? I really don't like the idea of updating my components to work around this.
So having delved into this a little, it appears the reason for this is that rather than allow filtering on all base (non-nested) columns except those with `fllterable` set to...
Sorry to add to this, but I am also facing this issue. EDIT: Actually, just fixed it, you need to run it before setting the user with `USER`.
Hmmm, that is odd then. It seems the error is generic for when it either can't access the folder or doesn't have the permissions to. Maybe it's worth debugging that...
+1 Experiencing both these issues too.
I had the same issue. The likelihood is you didn't compile the application after adding the plugin and just allowed the application to update with livereload. Recompiling the app should...
@sryza Is this possible in code? I'm trying to test assets with `materialize()` and I don't want to materialize all upstream assets.
Looks like this is possible with the following: ```yaml custom: esbuild: outExtension: ".js": .cjs ``` But perhaps it could be documented?
I have this issue too.
Looks like this is affecting people outside of this plugin. Prisma have an issue tracking it: https://github.com/prisma/prisma/issues/19351 There's a suggestion that the prisma directory be manually copied over, but I...