ethan!
Explore posts from serversVVALORANT
•Created by ethan! on 7/6/2024 in #community-help
No team VC
I have no team VC, any ideas?
1 replies
API route called multiple times
I have a page which calls an API route once:
However on the server side it's logging as three separate requests. This is bad because in my server I'm calling an external API and it's getting me ratelimited. Any ideas how to only call my API once?
15 replies
DTDrizzle Team
•Created by ethan! on 5/27/2024 in #help
Enums
When I run
drizzle-kit push --config=src/db/config.ts
it returns error: type "status" does not exist
, how do I fix this?9 replies
DTDrizzle Team
•Created by ethan! on 5/9/2024 in #help
CUUID
is there functionality for cuuid instead of just uuid?
1 replies
DTDrizzle Team
•Created by ethan! on 4/28/2024 in #help
Issue with JSON + TypScript
Here's my code:
Here's my schema:
Here's my error:
2 replies