ChilledGab
WWasp-lang
•Created by ChilledGab on 7/9/2024 in #đŸ™‹questions
Facebook Auth
Hello everyone, did anyone manage to implement Facebook auth? Is it possible?
Google auth doesn't work if the link is opened within Facebook for some reason, and email auth is a bit too hard (my target are not super young people), meaning that you need to add credentials, the email to verify your email goes always in spam, and if it's spam the link to click to open the app and verify is hidden, then if you manage to click that, you need to login by re-entering the credentials.
Are there ways to make the process more frictionless?
15 replies
WWasp-lang
•Created by ChilledGab on 7/4/2024 in #đŸ™‹questions
How to redirect from www to non www
Hi everyone, I have this little problem that sometimes some websites redirect my non www website to a www version, and because of the wasp web client url (I guess that's the reason why) being set to non www, the backend won't work, and it throws CORS errors. What do you suggest?
12 replies
WWasp-lang
•Created by ChilledGab on 6/28/2024 in #đŸ™‹questions
Issues after fly.io deployment
Hello!
I followed the instructions to deploy on fly.io, and after I did it, plenty of errors appeared in my VScode files for the project, and they're all about missing modules.
I guess the deployment moved or removed some files somehow, but then how do I test locally before deploying if I can't because of many missing modules?
In the deployed website the 'Log in' button in the landing page was disappeared completely, I read that it might be related to non existing API for Sendgrid, is it true? If so, is there a way to get rid of this problem? Atm I don't want to send any email so I don't need Sendgrid.
Now my whole file is corrupted with missing modules, how do I restore it? Is there any 'undeploy' command? I tried to destroy the app but didn't solve anything. (No unfortunately I didn't do version control before modules disappeared)
(Most of errors are in lines like: import { HttpError } from 'wasp/server'; Cannot find module 'wasp/server' or its corresponding type declarations.ts(2307)
Sorry for the many questions, and thank you for your patience.
10 replies
WWasp-lang
•Created by ChilledGab on 6/26/2024 in #đŸ™‹questions
Adding Chat message persistency
Hello everyone, first of all, thank you for the open source project, it's very good!
I'm trying to build some sort of personal assistant and for that I'd need the chat history to be saved somehow, but I can't manage for some reason, I tried with ChatGPT but I'm getting some import functions errors.
Did anyone do this already and could help me with creating this chat history persistency logic?
6 replies