Paul
Explore posts from serversCCConvex Community
•Created by Paul on 1/20/2025 in #support-community
Can't build source using a mac
mac 15.2
node 18.10
npm: 8.19.2
latest rust
latest pnpm
instructions:
Getting:
Similar to: https://github.com/get-convex/convex-backend/issues/7 but that is windows machine.
58 replies
Can't integrate hono with tus server
Anyone here used Tus:
@tus/server
I'm having difficulty using hono with it. Here are the different examples of using it with other providers: https://github.com/tus/tus-node-server/tree/main/packages/server#example-integrate-tus-into-express
here is what I tried:
I keep getting: TypeError: req.on is not a function
(probably from the tus server)7 replies
PPrisma
•Created by Paul on 1/6/2025 in #help-and-questions
Yarn monorepo, vite, tanstack router: ERROR: Could not resolve ".prisma/client/index-browser"
Tried various things, can't get past this.
5 replies
PPrisma
•Created by Paul on 1/6/2025 in #help-and-questions
Prisma schema folder
I'm running v6. Is [schema folders] still in preview.
I'm getting:
Seems it can't detect the other tables in adjacent schema files in the same folder.
5 replies
DTDrizzle Team
•Created by Paul on 1/17/2024 in #help
Retrieving ids when in a batch?
I'm doing the following with a batch.
Where I am getting stuck is the very last join insert.
How can I get the resulting ids from the 2 separate inserts (categoryQuery and imageQuery) ? Thanks!
2 replies
DTDrizzle Team
•Created by Paul on 1/11/2024 in #help
Type issue when creating self join
I have the following:
If I comment out parentId then I get the type for medusaCategories. Otherwise I get the error:
'medusaCategories' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer
How to resolve? Thanks3 replies
DTDrizzle Team
•Created by Paul on 1/6/2024 in #help
SyntaxError: Invalid or unexpected token when trying to push:
Hey all.
I've just created a turso database and want to push.
I'm getting the following error:
SyntaxError: Invalid or unexpected token
Any ideas why? Thanks
5 replies