I’m not using clerk, that’s a different
I’m not using clerk, that’s a different from the other docs.
16 Replies
fascinating-indigo•16mo ago
that's fine, you don't need clerk in there but it's Nextjs + Drizzle working fine.
fair-rose•16mo ago
The person helping me, said some versions were not right. That’s why it wasn’t working
fascinating-indigo•16mo ago
The Drizzle guide is broken, trying to go through it now
fair-rose•16mo ago
Thank you 👍
fascinating-indigo•16mo ago
messaged the drizzle team, it'll get updated, not sure when.
in the mean time, lets make this thing
fascinating-indigo•16mo ago
GitHub
GitHub - clarkbw/neon-nextjs-drizzle-auth0
Contribute to clarkbw/neon-nextjs-drizzle-auth0 development by creating an account on GitHub.
fair-rose•16mo ago
What project is that? There’s no schemas in it
fascinating-indigo•16mo ago
coming
schema added, drizzle config created
fair-rose•16mo ago
I don’t mean if that sound like a short reply 😆😆😆. Thank you for your help. I’ve been blamed for Errors in code, that was wrong OFFICIAL DOCS before. This is like the 8th error I’ve run into 😆
fascinating-indigo•16mo ago
yeah, it looks like there are different versions of things going on. The drizzle config issue is that Drizzle changed their API so you're getting an example that works in an old version of drizzle
I gotta get to some other stuff now but that example seems to work for me and I can push it to Vercel
running https://neon-nextjs-drizzle-auth0-lu2zfl9iq-bryan-neontechs-projects.vercel.app/
fair-rose•16mo ago
Is that on GitHub? Thank you for your help
What’s the way to get the drizzle kit ui to work again? It needs a websocket
fair-rose•16mo ago
This error comes up:

fair-rose•16mo ago
I try and add a schema, type, all the different steps…. Nothing works
This is the tutorial off of Neon
Ok, so, your example repo opened up in my Arc Web browser… mine just errors
But, when I try and add a record it errors with different types “can’t be a number”… “value needs to be a number” and dosnt enter. BUT THO. it does load my neon tables I have before.
Idk why my project didn’t load
That docs did you use to make that? Did you use pnpm? I’m using npm
fair-rose•16mo ago
https://github.com/clarkbw/neon-nextjs-drizzle-auth0
That one works, but what did you use/follow to make it?
GitHub
GitHub - clarkbw/neon-nextjs-drizzle-auth0
Contribute to clarkbw/neon-nextjs-drizzle-auth0 development by creating an account on GitHub.
fascinating-indigo•16mo ago
I went through the guides, the notes are all in the readme
I used npm, I haven't gotten on board with pnpm
fair-rose•16mo ago
So, your example works. Mine still dosnt load the editor and comes up with that error.
I installed what you said in the readme, but still, don’t work
I like your layout of the sign in auth bar.
Hi, do you know the status of the update?