Genio
Genio
Explore posts from servers
BABetter Auth
Created by Genio on 4/16/2025 in #help
No mention of callback url in docs for Apple
Yep, I added it later on and it worked, but that’s weird. Shouldn’t the Apple domain already be trusted?
11 replies
BABetter Auth
Created by Genio on 4/16/2025 in #help
No mention of callback url in docs for Apple
Thank you, will do that. However, do you guys have any idea what is causing the
{"code":"INVALID_ORIGIN","message":"Invalid origin"}
{"code":"INVALID_ORIGIN","message":"Invalid origin"}
error ?
11 replies
BABetter Auth
Created by Genio on 4/16/2025 in #help
No mention of callback url in docs for Apple
No description
11 replies
BABetter Auth
Created by Genio on 4/16/2025 in #help
No mention of callback url in docs for Apple
No description
11 replies
BABetter Auth
Created by Genio on 4/16/2025 in #help
No mention of callback url in docs for Apple
No description
11 replies
BABetter Auth
Created by Genio on 4/16/2025 in #help
No mention of callback url in docs for Apple
Apple's ( No redirect url)
11 replies
TTCTheo's Typesafe Cult
Created by ChrisEvans on 1/30/2025 in #questions
Do you really need an ORM?
Sometimes its nice to have type saftey when adding objects but i think both supabase and drizzle work perfectly and its helpful to have it in the background if you ever need to, you can query via drizzle instead of supabase
12 replies
TTCTheo's Typesafe Cult
Created by ChrisEvans on 1/30/2025 in #questions
Do you really need an ORM?
But most of the time i find myself using supabase query, unless the query is not supported by supabase (highly unlikely) Because to me, supabase offers caching and alot of stuff preconfigured so its easy to query via the client
12 replies
TTCTheo's Typesafe Cult
Created by ChrisEvans on 1/30/2025 in #questions
Do you really need an ORM?
Depends on ur usecase, me personally i mix between drizzle and supabase client with service role key
12 replies
DTDrizzle Team
Created by migs on 6/14/2024 in #help
TypeError: Cannot read properties of undefined (reading 'columns') - SQLite TursoDB
then run db:generate to generate the sql equivalent
8 replies
DTDrizzle Team
Created by migs on 6/14/2024 in #help
TypeError: Cannot read properties of undefined (reading 'columns') - SQLite TursoDB
my current work around it to type everything in schema file
8 replies
DTDrizzle Team
Created by migs on 6/14/2024 in #help
TypeError: Cannot read properties of undefined (reading 'columns') - SQLite TursoDB
ah okay
8 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
i lost ur thread, can you ping me
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
Maybe this is why its causing the issue ? I am still defining the relations in my schema, will test tomorrow if it works
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
No description
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
take a look at this
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
if you do references, you need to also define the relation
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
but
17 replies