P1511
P1511
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai hey kapa i want to shut down my laptop, do i need to say anything to wasp bcz im worried if anyting will be lost
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai whar does wasp stat do again
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai adreenhudzaifah@LAPTOP-UVN83PJI:~/quizmaker/app$ wasp start 🐝 --- Starting compilation and setup phase. Hold tight... ------------------------ 🐝 --- Compiling wasp project... -------------------------------------------------- [ Wasp ] Starting npm install [ Wasp ] [ Wasp ] changed 1 package, and audited 796 packages in 2s [ Wasp ] [ Wasp ] 139 packages are looking for funding [ Wasp ] run npm fund for details [ Wasp ] [ Wasp ] 1 moderate severity vulnerability [ Wasp ] [ Wasp ] To address all issues, run: [ Wasp ] npm audit fix --force [ Wasp ] [ Wasp ] Run npm audit for details. [ Client ] Starting npm install [ Server ] Starting npm installwasp-bin: npm: streamingProcess: chdir: invalid argument (Bad file descriptor) adreenhudzaifah@LAPTOP-UVN83PJI:~/quizmaker/app$
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai hey kapa cant find it to skip email verification NOTE: you can let Wasp set up your Postgres DB by running wasp start db in a separate terminal window. then, in a new terminal window, run wasp db migrate-dev and finally wasp start. If you use wasp start db then you DO NOT need to add a DATABASE_URL env variable here. #DATABASE_URL=postgresql://adreenhudzaifah:adreen2004@localhost:5432/quizmaker for testing, go to https://dashboard.stripe.com/test/apikeys and get a test stripe key that starts with "sktest..." STRIPE_KEY=sktest... to create a test product, go to https://dashboard.stripe.com/test/products and click on + Add Product STRIPE_HOBBY_SUBSCRIPTION_PRICEID=price... STRIPE_PRO_SUBSCRIPTION_PRICEID=price... STRIPE_CREDITS_PRICEID=price... after downloading starting the stripe cli (https://stripe.com/docs/stripe-cli) with stripe listen --forward-to localhost:3001/stripe-webhook it will output your signing secret STRIPE_WEBHOOKSECRET=whsec... set this as a comma-separated list of emails you want to give admin privileges to upon registeration [email protected],[email protected],[email protected] see our guide for setting up google auth: https://wasp-lang.dev/docs/auth/social-auth/google GOOGLE_CLIENT_ID=722... GOOGLE_CLIENT_SECRET=GOC... get your sendgrid api key at https://app.sendgrid.com/settings/api_keys SENDGRID_API_KEY=test... (OPTIONAL) get your openai api key at https://platform.openai.com/account OPENAI_API_KEY=sk-k... (OPTIONAL) get your plausible api key at https://plausible.io/login or https://your-plausible-instance.com/login PLAUSIBLE_API_KEY=gUTgtB... You will find your site id in the Plausible dashboard. It will look like 'opensaas.sh' PLAUSIBLE_SITE_ID=yoursite.com PLAUSIBLE_BASE_URL=https://plausible.io/api # if you are self-hosting plausible, change this to your plausible instance's base url (OPTIONAL) get your google service account key at https://cons
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai how to skip the email verififcation ?
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai hey kapa i cant rmbr how to get access to the web again at local host 3000
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai My problem is: Open wasp database port is 5432 but postgresql is 5433. And what the hell is prisma have to do with postgresql?
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai How do i install potsgesql
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai what does wasp use for database
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai so i created something with usemage ai but after i downloaded the file. after i opened the wsl remote, when i opened the file it turns off the wsl thing. does that mean only files that created in wsl enviroment can be open in that enviroment and vice versa?
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai I STILL GOT ERROR 404 SIGNUP AFTER CHECKING EVERYTHING
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai Request failed with status code 404 in the signup page
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai if the localhost says loading does that mean i did something wrong
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai idk what to name the migration but now im following the wasp docs for the todoaoo
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai Hey Kapa! What should i name? Environment variables loaded from .env Prisma schema loaded from ../db/schema.prisma Datasource "db": SQLite database "dev.db" at "file:./dev.db" ? Enter a name for the new migration: ›
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@massari Thanks for the help! all i did was restarted and everything is okayyy
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai Port 3001 is already in use
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai [ Server ] [nodemon] app crashed - waiting for file changes before starting...
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai localhost refused to connect
260 replies
WWasp-lang
Created by P1511 on 8/19/2024 in #🙋questions
How do i connect APIs to Open SaaS ?
@kapa.ai how to know the parent directory of my projects?
260 replies