Drizzle studio not connecting to any database string
I'm running
drizzle-kit studio from my database package with turborepo in Windows 10, but it just keeps hanging in the Welcome Page showing Connecting to the Drizzle Kit on localhost:4983 , i am using supabase locally but have tried with the remote supabase string, i have tried diferent browsers and i have tried to apply all that is shown in this post https://kinsta.com/blog/err_empty_response/#how-to-fix-the-err_empty_response-error-5-potential-solutions , it was working last week and is currently working in my coworkers computer, the logs in https://local.drizzle.studio/ are as follow, in an infinite repeat:
Access to XMLHttpRequest at 'http://localhost:4983/init' from origin 'https://local.drizzle.studio' has been blocked by CORS policy: Permission was denied for this request to access the unknown address space.
localhost:4983/init:1 Failed to load resource: net::ERR_FAILEDUnderstand this error
localhost:4983/init:1 Failed to load resource: net::ERR_CERT_AUTHORITY_INVALIDUnderstand this error
(index):1 Access to XMLHttpRequest at 'http://localhost:4983/' from origin 'https://local.drizzle.studio' has been blocked by CORS policy: Permission was denied for this request to access the unknown address space.
localhost:4983/:1 Failed to load resource: net::ERR_FAILEDUnderstand this error
localhost:4983/:1 Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID
I can connect the both the databases using other admin aplications like pgAdmin and dbeaever
Anyone have ideias on how i could fix this, or why is it happening? since it works with the same repo in a diferent pc, it might be a problem with mine, but i am kinda lost.0 Replies