Next.js Discord

Discord Forum

fetching user guilds for discord

Unanswered
Boxer posted this in #help-forum
Open in Discord
BoxerOP
Hello i'm new with next.js can someone help me how can i connect to mongoose and make a schema ?

12 Replies

since typescript already has things like interfaces
I hope these resources help you
I'm currently using mongoose with nextjs
@James4u https://www.prisma.io/docs/orm/overview/databases/mongodb <@925817620341620797> I would recommend prisma
Toyger
Prisma doesn’t work in edge runtime so u can’t use middleware
BoxerOP
Hello i'm trying to get the access token fro mthe discord account so i can display his guilds but i didn't know how
BoxerOP
## Hello i'm trying to get the access token fro mthe discord account so i can display his guilds but i didn't know how
src/lib/auth.ts
- https://sourceb.in/yYPG8RWrah

/src/app/api/user/guilds/route.ts
- https://sourceb.in/PAicI9cTDF

/src/app/dashboar/page.tsx
- https://sourceb.in/VZN0JJFUgM