Boby
Boby
Explore posts from servers
DTDrizzle Team
Created by Boby on 9/11/2024 in #help
error in production, using Vercel
Thanks. I only saw your message today. I already had a Railway account when I was trying to deploy some of my other projects.
9 replies
DTDrizzle Team
Created by Boby on 9/11/2024 in #help
error in production, using Vercel
Thanks @ytsruh
9 replies
DTDrizzle Team
Created by Boby on 9/11/2024 in #help
error in production, using Vercel
Okay, I will try to host it on Railway if I could get it all working there. Thanks, @Budi
9 replies
DTDrizzle Team
Created by Boby on 9/11/2024 in #help
error in production, using Vercel
Thanks for your time and helping me
9 replies
DTDrizzle Team
Created by Boby on 7/6/2024 in #help
Is session table created or renamed from another table?
nope, also I have dropped this project so I am not working on it.
4 replies
DTDrizzle Team
Created by Boby on 7/28/2024 in #help
error: relation "session" does not exist
never mind, I have fixed it
3 replies
DTDrizzle Team
Created by Boby on 7/28/2024 in #help
error: relation "session" does not exist
TIA
3 replies
DTDrizzle Team
Created by Boby on 7/7/2024 in #help
Property 'userTable' does not exist on type 'DrizzleTypeError<"Seems like the schema generic is.. ">
hey, thanks @Pradip Chaudhary now it's working 🙏
5 replies
DTDrizzle Team
Created by Boby on 6/9/2024 in #help
PostgresError: column "content" of relation "post_table" contains null values
can anyone please help me with this?
2 replies
DTDrizzle Team
Created by Boby on 6/8/2024 in #help
not able to run npx drizzle-kit studio
adding
import dotenv from "dotenv";
dotenv.config({ path: ".env.local" });
import dotenv from "dotenv";
dotenv.config({ path: ".env.local" });
in dirzzle.config.ts fixed it
3 replies
DTDrizzle Team
Created by Boby on 5/30/2024 in #help
using drizzle with .env.local instead of .env
🙏
53 replies
DTDrizzle Team
Created by Boby on 5/30/2024 in #help
using drizzle with .env.local instead of .env
and will try going through the Next.js docs for fetching the data and then rendering it, I guess server components should do that?
53 replies
DTDrizzle Team
Created by Boby on 5/30/2024 in #help
using drizzle with .env.local instead of .env
I will be using the action to get the value out of inputs and mutate the data
53 replies
DTDrizzle Team
Created by Boby on 5/30/2024 in #help
using drizzle with .env.local instead of .env
I was fetching the data using the action lol, yeah you are right I should find another work around to fetch the data from my neon db and then render it.
53 replies
DTDrizzle Team
Created by Boby on 5/30/2024 in #help
using drizzle with .env.local instead of .env
okay, now it's more clear to me now.
53 replies
DTDrizzle Team
Created by Boby on 5/30/2024 in #help
using drizzle with .env.local instead of .env
No description
53 replies
DTDrizzle Team
Created by Boby on 5/30/2024 in #help
using drizzle with .env.local instead of .env
and can I render the data in this p tag after fetching from the server action or I will have to use the useState hook? 👇
53 replies
DTDrizzle Team
Created by Boby on 5/30/2024 in #help
using drizzle with .env.local instead of .env
Is using the map function the right approach to render data in this particular scenario, or is there a better workaround?
53 replies
DTDrizzle Team
Created by Boby on 5/30/2024 in #help
using drizzle with .env.local instead of .env
[ 1 ]
data received from db
POST /upload 200 in 1604ms
[ 1 ]
data received from db
POST /upload 200 in 1604ms
53 replies
DTDrizzle Team
Created by Boby on 5/30/2024 in #help
using drizzle with .env.local instead of .env
I am getting the response back in this format, wrapped in the Array.
53 replies