metowo
DTDrizzle Team
•Created by metowo on 7/14/2024 in #help
db.query returns empty object
is how I updated it
12 replies
DTDrizzle Team
•Created by metowo on 7/14/2024 in #help
db.query returns empty object
I also tried to eliminate the potential issue of it being import related by having everything in the same file and I'm still seeing the same thing
12 replies
DTDrizzle Team
•Created by metowo on 7/14/2024 in #help
db.query returns empty object
this is what I get when I log
db
12 replies
DTDrizzle Team
•Created by metowo on 7/14/2024 in #help
db.query returns empty object
this is the more complete setup:
schema.js
when logging mySchema
, I get
and config.js
which does show undefined
for db.schema
12 replies
TTCTheo's Typesafe Cult
•Created by Elite on 3/24/2024 in #questions
invalid env variables
Have you confirmed that a fresh t3 app is reading the env vars before you start fiddling with neon, etc? I noticed that, Lucia auth, for example, reads .env but nextjs wants .env.local. nextjs docs say they honor .env, but it just didn't work like that for me. I think incrementally introducing changes is the way to go
42 replies