terrence
terrence
Explore posts from servers
WWasp-lang
Created by terrence on 5/14/2024 in #đŸ™‹questions
affiliate program integration
I just did some research with stripe, it seems rewardful already integrated with stripe, but it's not open source and free, so I was thinking it's not match opensaas's philosophy, and maybe you guys have better idea for which framework or plugin to integrate
12 replies
WWasp-lang
Created by terrence on 5/14/2024 in #đŸ™‹questions
affiliate program integration
@martinsos Hope you can help me with this.
12 replies
WWasp-lang
Created by terrence on 4/28/2024 in #đŸ™‹questions
Is it possible to separate client and server wasp build?
our startup got $5000 aws credits, so, you know, it's better just go with aws for now, basically it's gonnabe free for a while.
13 replies
WWasp-lang
Created by Stefan VitĂ³ria on 5/13/2024 in #đŸ™‹questions
Deploy the app i build with wasp open-saas to self hosted (VPS)
fly.io very cheap, they have $5credit each month, so basically free for development and testing
15 replies
WWasp-lang
Created by Arnab on 5/13/2024 in #đŸ™‹questions
Credit functionality
I did some simple way, just when you call upload image, after it's successfully done, update your credit with decrement 1, it's very simple and straightforward
14 replies
WWasp-lang
Created by Stefan VitĂ³ria on 5/13/2024 in #đŸ™‹questions
Deploy the app i build with wasp open-saas to self hosted (VPS)
I'm trying to do so, but I dont see a good tutorial tool, I just use netlify and fly.io for now, I'm trying to migrate to aws
15 replies
WWasp-lang
Created by terrence on 4/28/2024 in #đŸ™‹questions
Is it possible to separate client and server wasp build?
and I'm pushing production to fly.io, it's indeed very convenient, but I need scale my project now, so I'm thinking migrating to aws, but I dont find a tutorial or solution on the website, I look through on here, there is one thread, but not very detailed, and it's like a month before, do you guys have tutorial for deploy to aws, azure or gcp manually? Thank you,
13 replies
WWasp-lang
Created by terrence on 4/28/2024 in #đŸ™‹questions
Is it possible to separate client and server wasp build?
I have one minipc 7840hs, one desktop 13700k, one old mac i9-9980hk, they all got 32GB mem, and 1-2tb ssd, but I'm doing development in docker dev container, I dont know if that matters a lot, I dont want to setup local env, it normally got messed up though
13 replies
WWasp-lang
Created by terrence on 4/28/2024 in #đŸ™‹questions
Is it possible to separate client and server wasp build?
It's about 5-10mins, do you have tutorial to setup CI/CD for wasp?Thank you.
13 replies
WWasp-lang
Created by terrence on 5/4/2024 in #đŸ™‹questions
payment tiered access control middleware
what about payment tiered feature access control @kapa.ai
11 replies
WWasp-lang
Created by terrence on 4/28/2024 in #đŸ™‹questions
fly.io deployment error
yea, it weirdly working somehow, and I dont know how did it fixed...
13 replies
WWasp-lang
Created by Jeremy_Xie on 4/26/2024 in #đŸ™‹questions
OAuth Login Error with Google Credentials in Local Environment
it works for me now with "_redirects" file
24 replies
WWasp-lang
Created by Jeremy_Xie on 4/26/2024 in #đŸ™‹questions
OAuth Login Error with Google Credentials in Local Environment
I also had this file, but it's useless, I have to create a file separately
24 replies
WWasp-lang
Created by Jeremy_Xie on 4/26/2024 in #đŸ™‹questions
OAuth Login Error with Google Credentials in Local Environment
No description
24 replies
WWasp-lang
Created by Jeremy_Xie on 4/26/2024 in #đŸ™‹questions
OAuth Login Error with Google Credentials in Local Environment
I pushed my production code to netlify, and I found that it cannot handle routing very well, It needs to be handled by wasp, because the build code only has one index.html file, so you need redirect all the routes into index.html instead of netlify figure out the target page, so here is the step: cd into your build folder for me is like:"/app/.wasp/build/web-app/build/ then create a file named just "_redirects" the contents: /* /index.html 200 just like this, and push deploy it into netlify with cli
24 replies
WWasp-lang
Created by Jeremy_Xie on 4/26/2024 in #đŸ™‹questions
OAuth Login Error with Google Credentials in Local Environment
I fixed it by adding a _redirects file under build, I think the problem is route redirection, right now it can correctly login and get out of infos from google oath
24 replies
WWasp-lang
Created by terrence on 4/28/2024 in #đŸ™‹questions
fly.io deployment error
since I use default port 3001, should I change it to flyctl secrets set PORT=3001? @kapa.ai
13 replies
WWasp-lang
Created by Jeremy_Xie on 4/26/2024 in #đŸ™‹questions
OAuth Login Error with Google Credentials in Local Environment
No description
24 replies
WWasp-lang
Created by Jeremy_Xie on 4/26/2024 in #đŸ™‹questions
OAuth Login Error with Google Credentials in Local Environment
I'm having same problem, followed instruction on the doc, but shows validation failed, cannot read properties of undefined (reading '0') And both server and browser does not print any error info, don't know where is the problem
24 replies
WWasp-lang
Created by terrence on 4/25/2024 in #đŸ™‹questions
customize auth UI button shape
so if I use a customized AUTH UI component, how can I integrate the auth process? I see the authentication process integrated within the loginform
7 replies