Rule
Explore posts from serverstRPC 404 in Next.js API Routes
I'm trying to upgrade my Next.js version to 15 and still use tRPC with API route. I'm getting 404 for all trpc api routes. Is anyone else facing the same issue? All the other api routes are working fine.
app/api/trpc/[trpc]/route.ts
trpc.ts
10 replies
DIAdiscord.js - Imagine an app
•Created by Rule on 3/26/2024 in #djs-questions
Is it possible to send a DM from bot to another bot
Hi. I'm trying to send a DM from a bot to another bot. I'm getting error:
Cannot send messages to this user
Both bots are on the same server and I can find the user information of another bot using client.users.fetch()
7 replies