Latest update has broken studio
Hi!
Today after updating to the latest version, my studio launches but I cannot access it anymore. Here is the stack trace
Im not sure what has caused this issue to happen now. Ive tested with a very simple schema here and this issue persists
Any help would be appreciated as to why this issue has arisen
25 Replies
i'm having a similar issue but Studio is broken. This is what I see:
Error: The result contains the unsupported data type "CHAR".
at ie (https://local.drizzle.studio/index.js:13147:10689)
at async https://local.drizzle.studio/index.js:13147:10834
at async Promise.all (index 2)
at async rni (https://local.drizzle.studio/index.js:12972:1418)
at async tAl (https://local.drizzle.studio/index.js:13147:10815)
yes, what ever recent updates that were released have made it impossible to run studio
I will continue to look into this issue and post my findings here
Same issue.
Hi there. The error stack trace is pretty vague so it's a bit hard to figure out the root cause of the issue, but I'll try to help.
Does it work if you don't export the
createTable
const?Same here! Studio stopped working, didn't make any changes to my schema.
Hey! Let me make that adjustment and let you know, and yes the stack trace is very limited, also when exporting the error it provides no more context
the same issue persists with direct table creation
I see. I also noticed that a lot of other users have reported the same issue regardless of schema or config, so this might something the Drizzle team has to look into to patch
i had something was not loading then i deleted node_modules folder
I have also tried this but the same error persists
hmm ok
Hello! i'm also having this problem with the Studio.
I tried previous versions of Drizzle-kit and Orm and reinstalling node modules.
Using PostgreSQL and at the moment, drizzle-kit: ^0.24.0,
drizzle-orm: ^0.33.0
hey, have you found a previous version which is working for you?
Sadly, no. š¦
@haz | Will not DM In the initial message in this thread, you sent your schema. Is that all there is to it? Asking because I'll forward this to one of the Drizzle team members but they need a schema to reproduce the issue and was thinking of using the simple one you created
yep that is the entire schema used in this test
I also have another longer schema used which gives the same error, I can send in a dm if you like