Studio
Hello, i'm testing using drizzle with fastify in a docker and postgres, i complete a request but my studio is running infinitely, i don't know why
5 Replies
you probaly need to install mkcert
https://github.com/drizzle-team/drizzle-orm/issues/1857
GitHub
[BUG]: Drizzle Studio CORS error · Issue #1857 · drizzle-team/drizz...
What version of drizzle-orm are you using? 0.29.3 What version of drizzle-kit are you using? 0.20.13 Describe the Bug Unable to use drizzle-studio due to CORS error. Visit https://local.drizzle.stu...
i will try this night, thank you for your response
Update, i installed mkcert, i ran mkcert -install but i don't know what to do next
I tried to remove cors, to install extensions like "cors unblock" (i'm on firefox/linux) but always cors error
when i use the port of my api and the host of my api (not in the npm script or it will say that the port is already in use, i have this message, but i already installed the latest version)
this is the entrypoint of my api, i don't understand what i do wrong so i send everything i can to be debbuged