Property does not exist
Hey guys, I'm a little confused on this query here. I'm following Lucia to do some authentication and when I try to use .get(), it gives me an error and if I omit it, I get another error.
2 Replies
I made a similar one but using SQlite and it works, but on Postgre it doesnt.
Hello, @Smileyface!
existingUser
is an array, so you should take the first element. You will always get an array with .select()
even if you set limit to 1 or you filter by unique column