p4j4r5
p4j4r5
WWasp-lang
Created by p4j4r5 on 10/16/2024 in #đŸ™‹questions
How to build the just web-app
I am trying to deploy web-app to cloudflare pages. Cloudflare pages uses git commit and checks out code . Then builds and deploy the web-app. I would like to build just the web-app is this possible
7 replies
WWasp-lang
Created by p4j4r5 on 10/14/2024 in #đŸ™‹questions
How to install paritcular version of wasp
I am trying to setup CI and find that wasp version is increased. Not in position to upgrade the wasp on the code yet. How to install a particular version in cli.
6 replies
WWasp-lang
Created by p4j4r5 on 10/10/2024 in #đŸ™‹questions
How to create a credit plan where I want to provide credits to multiple user features
I have app which has multiple features . So if he purchase one time credit, the credit amounts for feature 1 should increase by 10, feature 2 by 20 and feature 3 by 30. This because some feature are costly as they use dependent services and other feature we want to limit so that they don't abuse the system.
11 replies
WWasp-lang
Created by p4j4r5 on 9/30/2024 in #đŸ™‹questions
Opensaas
I don't see Price ID in Sass, but just the product ID. Are they same?
7 replies
WWasp-lang
Created by p4j4r5 on 9/26/2024 in #đŸ™‹questions
how to debug wasp api endpoint using breakpoints
I would like to debug using debugger and breakpoints. Is there way to achieve this when using opensaas that is setup using wasp?
10 replies
WWasp-lang
Created by p4j4r5 on 9/20/2024 in #đŸ™‹questions
RSA algorithim for /auth/exchange-code
I need to authenticate users on chrome extenstion using goolge Auth. However I facing issue with ID_token retrieved by google. When I try to exchange that with endpoint we have /auth/exchange-code it give invalid algorithim. Seems opensaas or weblang only supports HS256 , not RS256 based token. Anyone suggestion to overcome ?
23 replies