jbrundagejr
Explore posts from serversDTDrizzle Team
•Created by jbrundagejr on 2/10/2025 in #help
db.query not updating
Hey all! I recently refactored my schema to take advantage of the
findMany
and findFirst
functions. These are my collectionsTable
relations:
and a collection references those tables like so in the table setup:
and my query looks like this:
But I keep getting the error:
even though I'm only looking for collectionsTable.authorID
. Does drizzle have a cache I need to refresh? I was using collectionsTable.userID
before but renamed the column. I've ran drizzle-kit push
and there is nothing to change. Thanks in advance for any help as this query was working as a select with join tables before. Wondering if I should just revert...2 replies
okta integration
hello all: I'm trying to add Okta to my Nuxt 3.14 app and am struggling to find good documentation. I've been following along this guide from Okta but am struggling with the redirect page. Does anyone else have a solid example of how to use Okta with NUXT? Thanks in advance!! https://developer.okta.com/docs/guides/sign-into-spa-redirect/vue/main/
6 replies
Local Fonts Not Loading
Hey friends- I thought I followed the docs on using a local font, but I am not getting them. Any thoughts on where I am going wrong?
nuxt.config.ts
/css/fonts.css
/css/mobile.css
assets folder is in the root of the project with the fonts folder inside of it. Any help would be appreciated!!
3 replies