I've just been (attempting) to migrate to TS from ...
# orm-help
r
I've just been (attempting) to migrate to TS from JS (without any TS experience 😱 ), and when I make a query, I'm getting a failure saying
Project not found: 'backend$%7Ddev%7D'
- I particularly note the
%7D
(which is a
{
) and I'm not sure what they're doing there… Any ideas?
d
Where is that error message being displayed?
r
upon running any query or mutation. It's displayed both in the server logs and in the graphql response error array.
d
This is the same regression as the
}
, resolved in
1.25.1
, please install it via
npm install -g prisma
https://github.com/prisma/prisma/issues/3906
👍 1