ayo
WWasp
•Created by ayo on 1/27/2025 in #đŸ™‹questions
onBeforeSignup not erroring out
How can I break out of the signup process when doing a
onBeforeSignup
and it returns an error
I see this in the documentation
Wasp ignores the hooks' return values. The only exception is the onBeforeOAuthRedirect hook, whose return value affects the OAuth redirect URL.https://wasp-lang.dev/docs/auth/auth-hooks#using-hooks
10 replies
WWasp
•Created by ayo on 1/24/2025 in #đŸ™‹questions
multiple client url
Does wasp support multiple frontend url for cors?
11 replies
WWasp
•Created by ayo on 12/28/2024 in #đŸ™‹questions
PgBoss error during deployment
I'm getting the following errors while attempting to deploy the backend of my appilcaition.
I'm using aws rds to host the db.
Apollgies the errors are not parsed properly.
Keep in. mind this error happens after migrations are complete
10 replies
WWasp
•Created by ayo on 11/8/2024 in #đŸ™‹questions
input coming back as undefined
Hi, I'm trying to implement a new action in, but my input args keep coming back as undefined.
Here's is the flow I've followed from the docs
curl eample:
main.wasp
@src/user/operations
std.out
11 replies
WWasp
•Created by ayo on 10/28/2024 in #đŸ™‹questions
microservice
Is wasp built to be used in a microservice architecture or is it not encouraged?
10 replies
WWasp
•Created by ayo on 10/26/2024 in #đŸ™‹questions
No MainPage.tsx
I recently began walking through the docs starting with the quick start guide. I have since gotten the the app to start, moving on to
https://wasp-lang.dev/docs/tutorial/project-structure
where I see a reference to src/MainPage.tsx
. I do not have this file in my template app.
was version 0.14.2
platform: macOs9 replies