Karan
Karan
WWasp-lang
Created by Karan on 8/17/2024 in #đŸ™‹questions
Can Wasp be deployed for free?
Excellent! đŸ”¥
14 replies
WWasp-lang
Created by Karan on 8/17/2024 in #đŸ™‹questions
Can Wasp be deployed for free?
Do you have any guides for using Supabase as the DB?
14 replies
WWasp-lang
Created by Karan on 8/17/2024 in #đŸ™‹questions
Can Wasp be deployed for free?
Also I found this option for the DB: https://neon.tech/
14 replies
WWasp-lang
Created by Karan on 8/17/2024 in #đŸ™‹questions
Can Wasp be deployed for free?
Thanks @martinsos . Yes you are right its mostly about the server costs. Netlify works for the FE.
14 replies
WWasp-lang
Created by Karan on 8/17/2024 in #đŸ™‹questions
Can Wasp be deployed for free?
@kapa.ai What are the costs assoviared with fly.io?
14 replies
WWasp-lang
Created by Karan on 6/19/2024 in #đŸ™‹questions
UI intercept
Maybe this is redundant but I will have to test out the UX
13 replies
WWasp-lang
Created by Karan on 6/19/2024 in #đŸ™‹questions
UI intercept
Yup that's exactly what I did. Thanks.
13 replies
WWasp-lang
Created by Karan on 6/19/2024 in #đŸ™‹questions
UI intercept
also I just created a PIN modal and passed in the action and inputs which gets called if the PIN was correct
13 replies
WWasp-lang
Created by Karan on 6/19/2024 in #đŸ™‹questions
UI intercept
So its an added layer of security
13 replies
WWasp-lang
Created by Karan on 6/19/2024 in #đŸ™‹questions
UI intercept
Sorry maybe I didn't describe it well enough. This is an app for a workstation where many users can create entities. So in addition to login, they would need a PIN code for doing transactions.
13 replies
WWasp-lang
Created by Karan on 6/15/2024 in #đŸ™‹questions
TypeError: Cannot read properties of undefined (reading 'id')
Figured it out - the problem was that I was not awaiting for the promise to resolve
7 replies
WWasp-lang
Created by Karan on 6/15/2024 in #đŸ™‹questions
This should never happen, studio should never stop.
Thanks, should this be added into the .env file?
8 replies
WWasp-lang
Created by Karan on 6/15/2024 in #đŸ™‹questions
This should never happen, studio should never stop.
Not sure what fixed this but I no longer have the issue
8 replies
WWasp-lang
Created by Karan on 5/8/2024 in #đŸ™‹questions
Turning off ASCII color logging in PROD
Seems to be working fine. Please close this ticket as well! Thanks!
46 replies
WWasp-lang
Created by Karan on 5/8/2024 in #đŸ™‹questions
Turning off ASCII color logging in PROD
Pushing up my build now to test on AWS
46 replies
WWasp-lang
Created by Karan on 5/8/2024 in #đŸ™‹questions
Turning off ASCII color logging in PROD
Does wasp clean do anything besides deleting the .wasp folder?
46 replies
WWasp-lang
Created by Karan on 5/8/2024 in #đŸ™‹questions
Turning off ASCII color logging in PROD
Yay!
46 replies
WWasp-lang
Created by Karan on 5/8/2024 in #đŸ™‹questions
Turning off ASCII color logging in PROD
Yes after the wasp clean the docker build completes
46 replies
WWasp-lang
Created by Karan on 5/8/2024 in #đŸ™‹questions
Turning off ASCII color logging in PROD
Testing with the wasp clean command now, will keep you posted
46 replies
WWasp-lang
Created by Karan on 5/8/2024 in #đŸ™‹questions
Turning off ASCII color logging in PROD
Here is the command I am running from the app/.wasp/build folder:
docker build --platform=linux/amd64 -t test-open-saas:latest .
docker build --platform=linux/amd64 -t test-open-saas:latest .
46 replies