Yan Jiang
Results
2
comments of
Yan Jiang
> Can you share your URL string please if possible? Or can you try encoding the password in the DB string using `encodeURIComponent()`? ``` datasource db { provider = "cockroachdb"...
@steebchen Thanks. The connection succeed with `url = ENV("DATABASE_URL")`. Debug log: ``` [prisma-client-go] DEBUG: 2024/04/15 16:38:43.092567 temp dir: /tmp [prisma-client-go] DEBUG: 2024/04/15 16:38:43.092619 query engine exists, not unpacking. 54.494µs. at...