Heb
Heb
@pi0 from what I understand, I don't think Nitro and SST are in the same category - SST does many thing, but I look at it as an "IaC framework",...
I'm having a similar issue with a fargate + aurora postgres setup (v1.32 cli and server, with a management secret). Prisma deploy doesn't work, but if I connect the server...
@pantharshit00 The url looks like that : http://dev-i-publi-xxxxxxxxxx-xxxxxxxx.eu-west-1.elb.amazonaws.com/XXXXX/xxx Do you need more information ? I assume it's a CLI parsing issue? https://github.com/prisma/prisma/issues/4215
The server is definitely protected by the secret though, here's the prisma.yml ```yaml endpoint: http://dev-i-publi-xxxxxxxxxx-000000000.eu-west-1.elb.amazonaws.com/Appname/stage datamodel: datamodel.prisma secret: XxxxxXxxxxxxxXxxxxXXxx generate: - generator: typescript-client output: ./generated/prisma-client/ seed: run: yarn seed ```
@mavilein That's very good to hear ! Thank you for all your work on Prisma, I've been using it a lot recently and I'm happy to contribute (I have a...
> Kinda related. I've created a repo with a reproducible error because of a huge query generated instead of a join here: https://github.com/seromenho/prisma-join-performance Failing test here: https://github.com/seromenho/prisma-join-performance/runs/6396987212?check_suite_focus=true Not sure if...
Just updating here in case anyone is looking for a workaround. I've been using https://github.com/postcss/postcss-custom-media which feels better to me than creating non standard directives, as it follows the [W3G...
@Bessonov I'm not sure it should be considered completed so soon, there's several workspace related bugs and missing features (like filtering that you mentioned) I went through the open issues,...
If anyone is looking at this thread and wondering what to use for Nuxt 3 auth : - [Sidebase Nuxt Auth](https://github.com/sidebase/nuxt-auth) based on next-auth - [AuthJs Nuxt](https://github.com/Hebilicious/authjs-nuxt) based on Auth.js...
@Mini-ghost Sorry for the late answer, I would happily add this to vue-query-nuxt. If you could open a PR with your `useSuspenseQuery` implementation example I will take a look.