Drizzle studio error: 1f71faac182a4ee6b3dc5cf39f7d0b37
AxiosError: Network Error
at H.onerror (https://local.drizzle.studio/index.js:25070:6102)
at XMLHttpRequest.n (https://local.drizzle.studio/index.js:25126:7156)
at Yz.request (https://local.drizzle.studio/index.js:25072:2097)
at async K (https://local.drizzle.studio/index.js:25110:6939)
at async Object.query (https://local.drizzle.studio/index.js:1710:2794)
at async Promise.all (index 3)
at async Sti (https://local.drizzle.studio/index.js:1041:98)
at async Mni (https://local.drizzle.studio/index.js:1347:14738)
at async pull (https://local.drizzle.studio/index.js:1710:3566)
11 Replies
Hey! Did you run
drizzle-kit studio
?Yes, browser is brave with shields disabled
hey i am getting password authentication failed
inspite of all correct credentials
as soon as i run pnpm db:studio
Create a new thread.
Are there any errors in your terminal?
Can you connect to the database using your credentials in another way?
I haven't setup my database,rather I have dockerised
Can you connect via CLI?
ya in terminal of docker i can
that in container of postgresql image
No errors on the terminal.
the studio is getting stuck on this loading state.
there are errors on the network requests.


It seems something is wrong with the database. Can you connect to the database using package(
pg
, @neon/serverless
) that you use and run some query, for example select 1
?i can for example use push with
drizzle-kit push
or create new users/fetch session using better-auth hooks