fustuk.
fustuk.
WWasp
Created by fustuk. on 1/21/2025 in #đŸ™‹questions
Prisma transactions
thanks
8 replies
WWasp
Created by fustuk. on 1/21/2025 in #đŸ™‹questions
Prisma transactions
thanks if I import the prisma instance, do I need to use context.entities, can I directly use any model I need, ex:
await prisma.$transaction(async (tx: any) => {
const subscription = await tx.subscription.update({
await prisma.$transaction(async (tx: any) => {
const subscription = await tx.subscription.update({
8 replies
WWasp
Created by fustuk. on 1/14/2025 in #đŸ™‹questions
Weird CORS Error
damn I forgot about namespaces, issue resolved
6 replies
WWasp
Created by fustuk. on 1/12/2025 in #đŸ™‹questions
Weird vscode bug
I think I pushed my changes then reopened the ide and maybe ran wasp clean somewhere in the middle of it
17 replies
WWasp
Created by fustuk. on 1/12/2025 in #đŸ™‹questions
Weird vscode bug
no, but somehow it fixed itself I couldnt figure out how :/
17 replies
WWasp
Created by fustuk. on 1/12/2025 in #đŸ™‹questions
Weird vscode bug
I will eventually if we dont resolve it, I just want to not deal with this again in the future đŸ˜„
17 replies
WWasp
Created by fustuk. on 1/12/2025 in #đŸ™‹questions
Weird vscode bug
no it does not, the IDE thinks the second .js file doesnt exist for some reason, no errors in the console or terminal, but it's annoying seeing main.wasp file glow red lol
17 replies
WWasp
Created by fustuk. on 1/12/2025 in #đŸ™‹questions
Weird vscode bug
I've tried removing it, still the same, also the import above it also has the .js in it but its fine
17 replies
WWasp
Created by fustuk. on 1/12/2025 in #đŸ™‹questions
Weird vscode bug
those 3 are my only .js files everything else is .ts maybe that is the issue? I've ran wasp clean and restarted project and IDE
17 replies
WWasp
Created by fustuk. on 1/2/2025 in #đŸ™‹questions
New SaaS app Bug?
no I did not thank you, adding <Outlet/> instead of children in App.tsx fixed it
23 replies
WWasp
Created by fustuk. on 1/2/2025 in #đŸ™‹questions
New SaaS app Bug?
No description
23 replies
WWasp
Created by fustuk. on 1/2/2025 in #đŸ™‹questions
New SaaS app Bug?
No description
23 replies
WWasp
Created by fustuk. on 1/2/2025 in #đŸ™‹questions
New SaaS app Bug?
got it, thanks!
23 replies
WWasp
Created by fustuk. on 1/2/2025 in #đŸ™‹questions
New SaaS app Bug?
No description
23 replies
WWasp
Created by fustuk. on 1/2/2025 in #đŸ™‹questions
New SaaS app Bug?
No description
23 replies
WWasp
Created by fustuk. on 1/2/2025 in #đŸ™‹questions
New SaaS app Bug?
No description
23 replies
WWasp
Created by fustuk. on 1/2/2025 in #đŸ™‹questions
New SaaS app Bug?
My previous project was using 20.11.1 so I dont think the issue is on my end, has any dependency version been updated recently @kapa.ai
23 replies
WWasp
Created by fustuk. on 12/3/2024 in #đŸ™‹questions
Custom Job ReferenceError: process is not defined at config.ts:41:20
@kapa.ai how can I access the current user id from my job?
12 replies
WWasp
Created by fustuk. on 12/3/2024 in #đŸ™‹questions
Custom Job ReferenceError: process is not defined at config.ts:41:20
Great, issue resolved
12 replies
WWasp
Created by fustuk. on 10/10/2024 in #đŸ™‹questions
Wasp Railway Migrations
sorry I just saw that, they have a weird way of interacting with their server... you run railway run {command_to_run} so I deleted the migration, deleted the data that was causing issues and redeployed and it worked
8 replies