martinsos
martinsos
WWasp
Created by RichardHpa on 3/10/2024 in #đŸ™‹questions
Can I split up the main.wasp file into seperate files
Oh interesting somebody showed on Medium how they split Wasp TS config into multiple fiels! I will summon @Filip , who wrote Wasp TS Config and will answer this the best :).
28 replies
WWasp
Created by chilled_techie on 1/2/2025 in #đŸ™‹questions
Disable Database
Yes maybe! Grand vision is that entities are not db-specific -> instead, they are piece of state that is important for your app through full-stack, and they can be persisted in the database, or coming from Twitter API, or something completely else. So vision is that Entities are standalone concept with different backends/resolvers. But, not there yet. For now, I don't know what makes most sense hm -> maybe what you said Filip, something like "I know what I am doing". Or just accepting that we don't yet support non-db use cases and continue with it a bit longer, although I can understand why that can be frustrating.
15 replies
WWasp
Created by cmcglynn on 12/4/2024 in #đŸ™‹questions
How can I edit the Auth login/logout screens?
I put it back on triage so we can potentially prioritize it
11 replies
WWasp
Created by cmcglynn on 12/4/2024 in #đŸ™‹questions
How can I edit the Auth login/logout screens?
Oh actually we have an issue for this, it is missing in docs indeed! Uff we should add this https://github.com/wasp-lang/wasp/issues/1438
11 replies
WWasp
Created by cmcglynn on 12/4/2024 in #đŸ™‹questions
How can I edit the Auth login/logout screens?
It should be in the docs, you can write your own Login Form that uses actions that Wasp provides, but I do admit it is harder to find in docs than I expected hm! I found it for Username and pass here: https://wasp-lang.dev/docs/auth/username-and-pass#1-using-the-signup-and-login-actions . But I actually failed to find it for Email method. Is it possible that this is not doable for email and pass method @miho ? Or we forgot to document it?
11 replies
WWasp
Created by genyus on 12/16/2024 in #đŸ™‹questions
Accessing static files
Oh yes! Or in JS, not TS specific.
19 replies
WWasp
Created by Obaydah on 12/9/2024 in #đŸ™‹questions
Error when running migrate-dev
And thanks for pinging us!
20 replies
WWasp
Created by wardbox on 12/17/2024 in #đŸ™‹questions
Github Auth callback url fly
@miho might be able to give some human help here
74 replies
WWasp
Created by Sam Jakshtis on 12/16/2024 in #đŸ™‹questions
Facebook login?
Here is an example of user adding support for Discord, you might be able to copy that in big part: https://github.com/wasp-lang/wasp/pull/2110 ! THere is also an example of impelmenting a custom auth provider (Spotify): https://gist.github.com/infomiho/3c63de7d53aba59d6293bcb59501a029
6 replies
WWasp
Created by Killshot on 12/9/2024 in #đŸ™‹questions
LemonSqueezy webhooks not working after deployment (VPS)
Hm that means logs are getting lost somewhere? Is it possible you are not running the latest code btw? Or maybe you need to make sure those logs surface out, maybe the Docker logs you are looking at the moment are not showing them but only errors or something like that?
81 replies
WWasp
Created by Navita on 12/15/2024 in #đŸ™‹questions
I am customizing the SaaS template
If you are please check instructions here https://wasp-lang.dev/docs/quick-start#installation-1, under Windows.
10 replies
WWasp
Created by utomoo on 12/14/2024 in #đŸ™‹questions
Usemage app result show blank white screen
Yup those are just issues in the genreated code! Mage makes mistakes easily.
8 replies
WWasp
Created by genyus on 12/5/2024 in #đŸ™‹questions
Broken generator
@genyus ok thanks for letting us know!
14 replies
WWasp
Created by Bruno Njeru on 12/13/2024 in #đŸ™‹questions
user context
Code for that button is avaliable to you, so you can just change it!
6 replies
WWasp
Created by akg on 12/13/2024 in #đŸ™‹questions
Connection refused on signup auth
@akg in the terminal check server logs -> likely server is throwing some errors, and that is why client can't connect.
10 replies
WWasp
Created by CamBlackwood on 12/10/2024 in #đŸ™‹questions
Best way of handling custom oauth call Frontend to Backend?
@miho got it -> you are saying it is so simple to implement it outside of auth flow, that it is not worth it supporting it by us, potentially. Still, as a user, it feels a bit like aaaah, Wasp has it, why I have to implement it again :D. But ok, we are aware of it, we can let it be, see if there will be more demand in the future.
29 replies
WWasp
Created by johnsharp. on 12/12/2024 in #đŸ™‹questions
SEO snippet
Thanks @NEROX for being our SEO expert!
7 replies
WWasp
Created by Phuong on 12/11/2024 in #đŸ™‹questions
apply SSOS
Check out our auth docs here https://wasp-lang.dev/docs/auth/overview ! There is support for Keycloak if that helps. If you have some other SSO< it could be doable, but you have to do custom work to get it working and will not be as smooth at the moment
12 replies
WWasp
Created by Phuong on 12/11/2024 in #đŸ™‹questions
apply SSOS
Hard to say without more info!
12 replies
WWasp
Created by Phuong on 12/11/2024 in #đŸ™‹questions
apply SSOS
Sorry I dindn't get that, what are you trying to do?
12 replies