BeReal
BeReal
WWasp
Created by BeReal on 1/12/2025 in #đŸ™‹questions
ERR_MODULE_NOT_FOUND problem with config
when running the app in the logs I see it after doing wasp start
13 replies
WWasp
Created by BeReal on 1/12/2025 in #đŸ™‹questions
ERR_MODULE_NOT_FOUND problem with config
wasp clean and starting it again doesn't work @kapa.ai , I do recall accidentally modifiyng some of the files in the .wasp folder, can that still give problems even after a wasp clean?
13 replies
WWasp
Created by BeReal on 1/12/2025 in #đŸ™‹questions
ERR_MODULE_NOT_FOUND problem with config
No description
13 replies
WWasp
Created by BeReal on 12/27/2024 in #đŸ™‹questions
stripe webhook
I found the issue, I was still running in test mode but my webhook was a production webhook, creating a webhook in test mode confirmed my code was workign
7 replies
WWasp
Created by AC on 12/24/2024 in #đŸ™‹questions
Really struggling with deploy
I found deploying with fly relatively easy, maybe you could try that? Is there a reason you do not want to use fly?
38 replies
WWasp
Created by BeReal on 12/24/2024 in #đŸ™‹questions
Google auth deployment on fly
@miho thanks for your reply, it was something silly, there was an error in my server deployment so it wasn't even running I was too focused on the auth thing to notice,
7 replies
WWasp
Created by BeReal on 11/24/2024 in #đŸ™‹questions
Get email from user auth by google
Haha tahnsk @miho that certainly seems the case here, the docs are not entirely clear to me becuase I do not fully understand what is implied. Perhaps you might know? Are the docs suggesting me to use the Google API to get the email from the user or is it suggesting to use userSignupFields to get the email?
20 replies
WWasp
Created by BeReal on 11/24/2024 in #đŸ™‹questions
Get email from user auth by google
Module '"wasp/auth"' has no exported member 'findUserIdentity'.ts(2305) @kapa.ai
20 replies
WWasp
Created by BeReal on 11/24/2024 in #đŸ™‹questions
Get email from user auth by google
@kapa.ai your suggestion results in a type error: [ Wasp ] ext-src/payment/operations.ts(23,30): error TS2345: Argument of type 'AuthUser' is not assignable to parameter of type 'UserEntityWithAuth'. [ Wasp ] Property 'auth' is missing in type 'AuthUser' but required in type '{ auth: MakeAuthEntityWithIdentities<Pick<GetResult<{ providerName: string; providerUserId: string; providerData: string; authId: string; }, unknown> & {}, "providerName" | "providerUserId">>; }'. const userEmail = getEmail(context.user);
20 replies
WWasp
Created by BeReal on 11/24/2024 in #đŸ™‹questions
Get email from user auth by google
Thanks!
20 replies
WWasp
Created by BeReal on 10/3/2024 in #đŸ™‹questions
syntax of importing from wasp
Going to the tutorial did clarify a lot for me thanks for suggesting it @miho , its still not entirely clear to me though, do you understand how https://wasp-lang.dev/docs/tutorial/actions TasksList is used here to me it seems like it is undefined?
8 replies
WWasp
Created by BeReal on 10/3/2024 in #đŸ™‹questions
syntax of importing from wasp
Thanks yes think the opensaas template diving into was a bit too advanced
8 replies
WWasp
Created by BeReal on 9/21/2024 in #đŸ™‹questions
Google OAuth help
I managed to find out what the error was I wasn't looking well enough at the logs, my auth was working fine but there was another error which made it look like it was not working, thanks for the help!
9 replies
WWasp
Created by BeReal on 9/27/2024 in #đŸ™‹questions
Waspello example
Is the waspello example expected to work with 0.14?
13 replies
WWasp
Created by BeReal on 9/27/2024 in #đŸ™‹questions
Waspello example
@kapa.ai what is the latest version?
13 replies
WWasp
Created by BeReal on 9/27/2024 in #đŸ™‹questions
Waspello example
My wasp version is 0.14.2
13 replies
WWasp
Created by BeReal on 9/21/2024 in #đŸ™‹questions
Google OAuth help
Hi I did that and still don't get what I am doing wrong would anyone have a working example of a one page project with working auth?
9 replies