Helix
Explore posts from serversPPrisma
•Created by Helix on 11/18/2024 in #help-and-questions
Two Schemas but only one will stay generated at a time
I figured it out!
10 replies
PPrisma
•Created by Helix on 11/18/2024 in #help-and-questions
Two Schemas but only one will stay generated at a time
this is the prisma clients
10 replies
PPrisma
•Created by Helix on 11/18/2024 in #help-and-questions
Two Schemas but only one will stay generated at a time
I have two different database schemas one called aero and one called alec_site that I'm trying to connect to, aero contains the user data & app specific data where alec_site contains other data that I need. I'm not getting any specific errors besides
Property 'vendor_id_walmart' does not exist on type 'PrismaClient<{ datasources: { db: { url: string; }; }; }, never, DefaultArgs>'.
for the alec_site db.10 replies
PPrisma
•Created by Helix on 11/18/2024 in #help-and-questions
Two Schemas but only one will stay generated at a time
10 replies
PPrisma
•Created by Helix on 11/18/2024 in #help-and-questions
Two Schemas but only one will stay generated at a time
10 replies
PPrisma
•Created by Helix on 11/18/2024 in #help-and-questions
Two Schemas but only one will stay generated at a time
10 replies
TTCTheo's Typesafe Cult
•Created by Helix on 7/25/2024 in #questions
Auth Library Suggestions
https://gist.github.com/cnbrown04/4ad240958c5746f0b936d90c4e18c0b5 this is that swift code.
10 replies
TTCTheo's Typesafe Cult
•Created by Helix on 7/25/2024 in #questions
Auth Library Suggestions
I've got lucia pretty much setup, but the ASWebAuthenticationSession is looking for a callback url, which I dont seem to be getting.
10 replies
TTCTheo's Typesafe Cult
•Created by Helix on 7/25/2024 in #questions
Auth Library Suggestions
The web end will be yes (besides having other functionality besides just auth), the on device is native swift.
10 replies
TTCTheo's Typesafe Cult
•Created by Helix on 7/24/2024 in #questions
NextAuth Callbacks
I’ve updated my callback url to the correct url and it’s returning the scheme and host but not the token
9 replies
TTCTheo's Typesafe Cult
•Created by Helix on 7/24/2024 in #questions
NextAuth Callbacks
https://gist.github.com/cnbrown04/691740e41d6c5420aaae3cee85d05329 This is my swift code, any suggestions?
9 replies
TTCTheo's Typesafe Cult
•Created by Helix on 7/24/2024 in #questions
NextAuth Callbacks
I have added a accessToken return to the session callback method but I am not seeing any response on the iOS app
9 replies
DTDrizzle Team
•Created by Helix on 7/18/2024 in #help
Querying Views
Nevermind, needed to add existing to the end of the schema definitioj
2 replies
DTDrizzle Team
•Created by Helix on 7/12/2024 in #help
Drizzle and Turso not showing live data.
Weirdly enough I just made a test route and it returns the updated data.
4 replies
DTDrizzle Team
•Created by Helix on 7/12/2024 in #help
Drizzle and Turso not showing live data.
Any ideas?
4 replies
DTDrizzle Team
•Created by Helix on 7/12/2024 in #help
Drizzle and Turso not showing live data.
This is my index.ts and this is my schema.ts
4 replies