I’m not using clerk, that’s a different
I’m not using clerk, that’s a different from the other docs.
16 Replies
exotic-emerald•14mo ago
that's fine, you don't need clerk in there but it's Nextjs + Drizzle working fine.
dependent-tan•14mo ago
The person helping me, said some versions were not right. That’s why it wasn’t working
exotic-emerald•14mo ago
The Drizzle guide is broken, trying to go through it now
dependent-tan•14mo ago
Thank you 👍
exotic-emerald•14mo ago
messaged the drizzle team, it'll get updated, not sure when.
in the mean time, lets make this thing
exotic-emerald•14mo ago
GitHub
GitHub - clarkbw/neon-nextjs-drizzle-auth0
Contribute to clarkbw/neon-nextjs-drizzle-auth0 development by creating an account on GitHub.
dependent-tan•14mo ago
What project is that? There’s no schemas in it
exotic-emerald•14mo ago
coming
schema added, drizzle config created
dependent-tan•14mo 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 😆
exotic-emerald•14mo 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/
dependent-tan•14mo 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
dependent-tan•14mo ago
This error comes up:

dependent-tan•14mo 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
dependent-tan•14mo 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.
exotic-emerald•14mo ago
I went through the guides, the notes are all in the readme
I used npm, I haven't gotten on board with pnpm
dependent-tan•14mo 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?