gnarley_farley.
Explore posts from serversPPrisma
•Created by gnarley_farley. on 2/4/2025 in #help-and-questions
Removed accelerate but keeps asking for database url that start swith prisma://
After I removed accelerate from my project, my live database keeps asking me for the prisma url string(related to accelerate). Nothing I am doing will overcome this. Has anyone else had this issue?
3 replies
PPrisma
•Created by gnarley_farley. on 2/3/2025 in #help-and-questions
Can get prisma dev to align with production
- The migration
0_init
was modified after it was applied.
- Drift detected: Your database schema is not in sync with your migration history.
The following is a summary of the differences between the expected database schema given your migrations files, and the actual schema of the database.
It should be understood as the set of changes to get from the expected schema to the actual schema.
[] Changed the Receipt
table
[] Altered column totalAmountVatInclusive
(type changed)
[] Altered column totalAmountVatExclusive
(type changed)
[] Altered column vatAmount
(type changed)
[] Changed the ReceiptItem
table
[] Altered column price
(type changed)
[] Altered column quantity
(type changed)
[] Altered column taxRate
(type changed)
√ We need to reset the "public" schema at "aws-0-ap-southeast-2.pooler.supabase.com:5432"
Do you want to continue? All data will be lost. ... no
I've tried everything online, how do i get my dev to align with production.3 replies
TTCTheo's Typesafe Cult
•Created by gnarley_farley. on 1/9/2025 in #questions
Payload to large trpc
Where do I adjust the max payload size for trpc?
7 replies
TTCTheo's Typesafe Cult
•Created by gnarley_farley. on 11/13/2024 in #questions
How do you get the session in middleware?
getServerAuthSession throws an error.
3 replies
TTCTheo's Typesafe Cult
•Created by gnarley_farley. on 10/8/2024 in #questions
How to Scroll down to bottom of cli T3turbo.
The cli always seems to get stuck, then you have to scroll for ages to get to the bottom. Does anyone know how to fix this?
2 replies
TTCTheo's Typesafe Cult
•Created by gnarley_farley. on 10/1/2024 in #questions
Latest t3 Template issues
Have to restart the TS server the whole time just to remove squigglies and having issues with imports.
Brand new install. Just came off a very long t3 turbo project. Never had any of these sorts of problems.
Are there any known issues with the latest template and windows?
3 replies
TTCTheo's Typesafe Cult
•Created by gnarley_farley. on 9/26/2024 in #questions
How to setup api service for selling with nextjs t3?
Anyone know of a good t3 or t3 turbo template/project that shows you how to setup an API service that you sell. Like fal.ai / together.ai. Kind of setup. I just wanna spin up a bunch of serverless llm endpoints and then charge people to use them.
13 replies
RRunPod
•Created by gnarley_farley. on 9/8/2024 in #⚡|serverless
Upgrading VLLM to v0.6.0
I was wondering what the process would be to upgrade the serverless worker code to be compatible with the latest version of VLLM.
2 replies
RRunPod
•Created by gnarley_farley. on 8/8/2024 in #⚡|serverless
Charged while not using service
Spun up a serverless api. Did not use it at all. Got billed 60$ since last night.
Could you check what caused this behavior.
EnerpriseDna Team
3 replies
RRunPod
•Created by gnarley_farley. on 8/7/2024 in #⚡|serverless
How can I cause models to download on initialization?
My internet connection doesn't support uploading massive dockerbuilds to the hub. How can i get the models to download on runpod using a strategy similar to this?
26 replies
TTCTheo's Typesafe Cult
•Created by gnarley_farley. on 8/1/2024 in #questions
USing the latest t3turbo with prisma
4 replies
TTCTheo's Typesafe Cult
•Created by gnarley_farley. on 7/31/2024 in #questions
Issue with T3turbo - Terminal Scroll to bottom and Not being able to select text
I have an issue with myt3turbo project.
firstly the terminal does not automatically scroll to the bottom, meaning when i want to debug i have to manually do it everytime.
Secondly, I am unable to copy paste any text from the terminal.
Is anyone familiar with this setup and why i may be facing these issues?
2 replies
TTCTheo's Typesafe Cult
•Created by gnarley_farley. on 7/24/2024 in #questions
Is there a reason i cannot use "use server" inside buttons anymore like the example shows.
14 replies
TTCTheo's Typesafe Cult
•Created by gnarley_farley. on 7/3/2024 in #questions
Have to refresh typescript server after pnpm -ui add of components (TURBOREPO)
For some reason i have to refresh my typescript server after every component I add (otherwise squiggly lines)
. Does anyone else have to do this?
2 replies
PPrisma
•Created by gnarley_farley. on 7/2/2024 in #help-and-questions
How to use migrate when having a directurl and normal url
I get this error Please make sure your database server is running at
db.caowreskbcgzoajwwjvy.supabase.co:5432
.2 replies
TTCTheo's Typesafe Cult
•Created by gnarley_farley. on 5/7/2024 in #questions
How do i debug my expo app
2 replies
TTCTheo's Typesafe Cult
•Created by gnarley_farley. on 5/6/2024 in #questions
Error when trying to spin up turbo repo
5 replies
PPrisma
•Created by gnarley_farley. on 4/8/2024 in #help-and-questions
Paying for this service but can't login. On multiple accounts now
18 replies
TTCTheo's Typesafe Cult
•Created by gnarley_farley. on 2/2/2024 in #questions
How can i get session.user.id from nextauth when using the edge runtime?
I need to pass the session.user.id into my prismadb from the edge runtime. Any ideas?
2 replies