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
DDeno
Created by Boby on 6/24/2024 in #help
'React' refers to a UMD global, but the current file is a module.
thanks for helping me out @German_Noob , currently I am reading this docs and I will let you know when I will get it working.
11 replies
DDeno
Created by Boby on 6/24/2024 in #help
'React' refers to a UMD global, but the current file is a module.
- name: Run tests run: deno test -A --unstable-sloppy-imports
11 replies
DDeno
Created by Boby on 6/24/2024 in #help
'React' refers to a UMD global, but the current file is a module.
can I make some changes in these lines of code/customize it, if that could fix the problem
11 replies
DDeno
Created by Boby on 6/24/2024 in #help
'React' refers to a UMD global, but the current file is a module.
🙏
11 replies
DDeno
Created by Boby on 6/24/2024 in #help
'React' refers to a UMD global, but the current file is a module.
should I use another tool with the next.js for doing this check, though I don't need this added abstraction of GH CI/CD I am just trying to play and learn this thing, is there anything that would be more compatible with the Next.js for CI/CD or am I good with Deno and should shift my focus on solving this issue.
11 replies
DDeno
Created by Boby on 6/24/2024 in #help
'React' refers to a UMD global, but the current file is a module.
thanks for your help, I tried doing some changes in tsconfig.json and next.config.mjs but still not have any luck, I also tried looking at the Stack Overflow article that you shared but I was not able to solve this.
11 replies
DDeno
Created by Boby on 6/24/2024 in #help
'React' refers to a UMD global, but the current file is a module.
import React from 'react'; I tried adding this but then I was getting the linting error
11 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