ChilledGab
ChilledGab
WWasp-lang
Created by ChilledGab on 7/4/2024 in #đŸ™‹questions
How to redirect from www to non www
Hello @miho , sorry for replying just now, Yes I'm using GoDaddy. I tried using the subdomain forwarding rule with no luck, and I'm using Fly
12 replies
WWasp-lang
Created by ChilledGab on 7/9/2024 in #đŸ™‹questions
Facebook Auth
I didn't consider that, was following more the open saas documentation, thank you very much!!
15 replies
WWasp-lang
Created by ChilledGab on 7/9/2024 in #đŸ™‹questions
Facebook Auth
Hello Miho, thanks for jumping in! I'm using that but it won't login right after, it sends the verification email, and then after you tapped on that you need to add credentials once again
15 replies
WWasp-lang
Created by ChilledGab on 7/9/2024 in #đŸ™‹questions
Facebook Auth
@kapa.ai is there any way to get rid of email verification? I know it's needed but the project is very small and I'd like to try without it for starter, and then see how it goes and maybe implement it later. Like the user put email, password, and then create account and login automatically, that's it, without having to put credentials twice to create account and then login after veryfing the email
15 replies
WWasp-lang
Created by ChilledGab on 7/4/2024 in #đŸ™‹questions
How to redirect from www to non www
Basically if I add it on Godaddy it override some A entries, and conflict with the certificate set in the A entry for fly.io, any advice?
12 replies
WWasp-lang
Created by ChilledGab on 7/4/2024 in #đŸ™‹questions
How to redirect from www to non www
I tried doing the 'forwarding' subdomain on Godaddy but it really doesn't work, so I was wondering if I could do it on app level @kapa.ai
12 replies
WWasp-lang
Created by ChilledGab on 6/28/2024 in #đŸ™‹questions
Issues after fly.io deployment
Now I copied the content of package.json from your github page to my code, closed vscode re-opened, and not sure what happened but now it works locally. Do you know what's the best way to go to develop locally, and then deploy? Just a high level overview, like what's the common practice, because what I imagine is I deploy, then if i need to change stuff I do it on my Localhost, and then deploy, etc... Does it make sense? Would you also know why the Log in button doesn't appear on the deployed version but it does on localhost (I authorized that domain on Google)?
10 replies
WWasp-lang
Created by ChilledGab on 6/28/2024 in #đŸ™‹questions
Issues after fly.io deployment
(Btw, I tried already with wasp clean and wasp start)
10 replies
WWasp-lang
Created by ChilledGab on 6/26/2024 in #đŸ™‹questions
Adding Chat message persistency
I don't have a lot of coding experience so I'm using chatgpt to be helped on this, and it advises to add a few things in action.ts , queries.ts, and main.wasp, and then it remakes the front end of the demoapppage, but always throwing some errors, like on this 'import { context } from 'wasp/types'; ' for example. Could you please direct me to the right source to understand how I could fix this?
6 replies