2euxs
WWasp-lang
•Created by 2euxs on 11/20/2024 in #đŸ™‹questions
How can I edit the credits amount
In developpment, I can access the wasb db studio, is there anyway to do it in deployment ? @kapa.ai
12 replies
WWasp-lang
•Created by 2euxs on 11/20/2024 in #đŸ™‹questions
How can I edit the credits amount
In developpment, I can access the wasb db studio, is there anyway to do it in deployment ?
12 replies
WWasp-lang
•Created by 2euxs on 11/11/2024 in #đŸ™‹questions
[ERROR] Cannot start service: Host version "0.21.5" does not match binary version "0.18.20"
I am now getting this error @kapa.ai How can I fix it ? Server!] PrismaClientInitializationError: Prisma Client could not locate the Query Engine for runtime "darwin-arm64".
[ Server!]
[ Server!] This happened because Prisma Client was generated for "darwin", but the actual deployment required "darwin-arm64".
[ Server!] Add "darwin-arm64" to
binaryTargets
in the "schema.prisma" file and run prisma generate
after saving it:
[ Server!]
[ Server!] generator client {
[ Server!] provider = "prisma-client-js"
[ Server!] binaryTargets = ["native", "darwin-arm64"]
[ Server!] }
[ Server!]
[ Server!] The following locations have been searched:
[ Server!] /Users/nassim/Frak/tik-frak_wasp/app/node_modules/.prisma/client
[ Server!] /Users/nassim/Frak/tik-frak_wasp/app/node_modules/@prisma/client
[ Server!] /tmp/prisma-engines
[ Server!] /Users/nassim/Frak/tik-frak_wasp/app/.wasp/out/db
[ Server!] at Xs (/Users/nassim/Frak/tik-frak_wasp/app/node_modules/@prisma/client/runtime/library.js:60:793)
[ Server!] at async en.loadLibrary (/Users/nassim/Frak/tik-frak_wasp/app/node_modules/@prisma/client/runtime/library.js:106:598)
[ Server!] at async ir.loadEngine (/Users/nassim/Frak/tik-frak_wasp/app/node_modules/@prisma/client/runtime/library.js:108:538)
[ Server!] at async ir.instantiateLibrary (/Users/nassim/Frak/tik-frak_wasp/app/node_modules/@prisma/client/runtime/library.js:107:1861) {
[ Server!] clientVersion: '4.16.2',
[ Server!] errorCode: undefined
[ Server!] }
[ Server!]
[ Server!] Node.js v23.1.09 replies
WWasp-lang
•Created by 2euxs on 11/4/2024 in #đŸ™‹questions
How can I get user current plan in opensaas template
Yes thank you
7 replies
WWasp-lang
•Created by 2euxs on 10/31/2024 in #đŸ™‹questions
Not registering the new plan when buying it
Dev but problem fixed thank you !
30 replies
WWasp-lang
•Created by 2euxs on 10/31/2024 in #đŸ™‹questions
Not registering the new plan when buying it
Par défaut avec la template opensaas, un utilisateur possède 3 crédits. Comment changer cette valeur à 100 @kapa.ai
30 replies
WWasp-lang
•Created by 2euxs on 10/31/2024 in #đŸ™‹questions
Not registering the new plan when buying it
Ou est-ce que je peux trouver celĂ dans la template opensaas @kapa.ai
30 replies
WWasp-lang
•Created by 2euxs on 10/31/2024 in #đŸ™‹questions
Not registering the new plan when buying it
@kapa.ai How can I change the amount of credits a new user gets
30 replies
WWasp-lang
•Created by 2euxs on 10/31/2024 in #đŸ™‹questions
Not registering the new plan when buying it
@kapa.ai Thanks, changing the webhook URL worked for me !
30 replies
WWasp-lang
•Created by 2euxs on 10/31/2024 in #đŸ™‹questions
Not registering the new plan when buying it
@kapa.ai Im getting this error with the stripe webhook : 2024-11-02 11:02:42 <-- [404] POST http://localhost:3001/payments-webhook [evt_3QGeAGBxFDoB9eLU1CTozBz6]
30 replies
WWasp-lang
•Created by 2euxs on 10/8/2024 in #đŸ™‹questions
How can I display the user's credits on the navbar ?
All my other pages are un the /src directory such as demo-ai-app and file-upload. How can I do the same for my new page @kapa.ai
59 replies
WWasp-lang
•Created by 2euxs on 10/8/2024 in #đŸ™‹questions
How can I display the user's credits on the navbar ?
Hi @kapa.ai How can I make a new page with the opensaas template ?
59 replies
WWasp-lang
•Created by 2euxs on 10/8/2024 in #đŸ™‹questions
How can I display the user's credits on the navbar ?
When my app is deployed how can I access wasp db studio ? @kapa.ai
59 replies
WWasp-lang
•Created by 2euxs on 10/8/2024 in #đŸ™‹questions
How can I display the user's credits on the navbar ?
credits are number or string ? @kapa.ai
59 replies
WWasp-lang
•Created by 2euxs on 10/8/2024 in #đŸ™‹questions
How can I display the user's credits on the navbar ?
How to add action to main.wasp file @kapa.ai
59 replies
WWasp-lang
•Created by 2euxs on 10/8/2024 in #đŸ™‹questions
How can I display the user's credits on the navbar ?
How can I add a server-side const with wasp open saas template @kapa.ai
59 replies
WWasp-lang
•Created by 2euxs on 10/8/2024 in #đŸ™‹questions
How can I display the user's credits on the navbar ?
How can I add a server-side const @kapa.ai
59 replies
WWasp-lang
•Created by 2euxs on 10/8/2024 in #đŸ™‹questions
How can I display the user's credits on the navbar ?
Here is the thing : im using open saas template. Im trying to lower the cerdits by one each time someone uploads a file to the s3 with the file-upload template. How should I do it @kapa.ai
59 replies
WWasp-lang
•Created by 2euxs on 10/8/2024 in #đŸ™‹questions
How can I display the user's credits on the navbar ?
Is it ok to let the decrement credits on the client side ? @kapa.ai
59 replies
WWasp-lang
•Created by 2euxs on 10/8/2024 in #đŸ™‹questions
How can I display the user's credits on the navbar ?
@kapa.ai [ Wasp ] ext-src/file-upload/FileUploadPage.tsx(2,67): error TS2305: Module '"wasp/client/operations"' has no exported member 'decrementUserCredits'.
[ Wasp ] ext-src/file-upload/operations.ts(8,8): error TS2305: Module '"wasp/server/operations"' has no exported member 'decrementUserCredits'.
[ Wasp ] ext-src/file-upload/operations.ts(8,8): error TS2395: Individual declarations in merged declaration 'decrementUserCredits' must be all exported or all local.
[ Wasp ] ext-src/file-upload/operations.ts(88,14): error TS2395: Individual declarations in merged declaration 'decrementUserCredits' must be all exported or all local.
59 replies