You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to work on users in the DB from the console, so I start typing db.user.findMany()
As soon as I type the first dot after db, the console hangs (forever) with node using 99.9% CPU (I suppose it's trying to do something for autocomplete?)
I was originally on 2.0.8, just tried to upgrade to 2.0.10 and have the same result. I also tried on both an Intel and an ARM mac.
If I try to execute some simple command, eg 1+1, it works. If I try typing something with a dot, like test.something , it doesn't get stuck.
The app works well from the web; my DB is postgresql, and all other configuration is the default.
I also just found out that if I paste db.user.findMany() (instead of typing each letter) it works correctly.
Paste all your error logs here:
PASTE_HERE (leave the ``` marks)
Paste all relevant code snippets here:
db.user.findMany()
What are detailed steps to reproduce this?
blitz c
try to type (not copy and paste) db.user.findMany()
What is the problem?
I want to work on users in the DB from the console, so I start typing
db.user.findMany()
As soon as I type the first dot after db, the console hangs (forever) with node using 99.9% CPU (I suppose it's trying to do something for autocomplete?)
I was originally on 2.0.8, just tried to upgrade to 2.0.10 and have the same result. I also tried on both an Intel and an ARM mac.
If I try to execute some simple command, eg 1+1, it works. If I try typing something with a dot, like
test.something
, it doesn't get stuck.The app works well from the web; my DB is postgresql, and all other configuration is the default.
I also just found out that if I paste
db.user.findMany()
(instead of typing each letter) it works correctly.Paste all your error logs here:
Paste all relevant code snippets here:
What are detailed steps to reproduce this?
db.user.findMany()
Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
No response
The text was updated successfully, but these errors were encountered: