Luca Steeb
Luca Steeb
You can now override the data source URL, see #1060
> Do I understand correctly that basically trying to generate a normal JS Client via the Go CLI leads to this unhelpful error message? Correct
Needs to be fixed by Prisma core via https://github.com/prisma/prisma/issues/10564
This happens all the time with NextJS
Fair enough, I'm wondering what's the use case for this? Why are you not doing .Exec(ctx) in that function?
I think it should be done by default, as browsers have the same behavior.
@Jolg42 Can you reproduce in the JS client as well? Or did you test it using the Go client?
It would be great to have this, as running code with the -race detector currently fails due to this issue. I think it would be better to add a .Close()...
might be a duplicate of #23600
@blidd-google Thanks, yes, I am using the web frameworks feature with NextJS. It's like I said though, when I run `firebase deploy` with web frameworks (NextJS), it creates a new...