Billy Howell
Billy Howell
WWasp-lang
Created by Billy Howell on 9/16/2024 in #🙋questions
has anyone implemented the GSC API in their Wasp project?
thank you sir! I think onAfterSignup is what I was looking for
6 replies
WWasp-lang
Created by Billy Howell on 8/27/2024 in #🙋questions
hot swapping auth
thanks beast. I got it done! Couldn't get new DB migrated in Fly so I had to destroy it and create a new one lol
11 replies
WWasp-lang
Created by Billy Howell on 8/27/2024 in #🙋questions
hot swapping auth
@kapa.ai after i've made these updates to my code, how to i push the changes? i got this error when i ran wasp start
- /Users/billy/Documents/owexCoding/movie-rankr/main.wasp @ 11:14 - 15:5
Type error:
Unexpected dictionary field 'emailAndPassword'

-> For dictionary field 'auth':
-> For dictionary field 'methods'

10 | userEntity: User,
11 | methods: {
12 | emailAndPassword: {
13 | userSignupFields: import { userSignupFields } from "@src/pages/auth/Signup.jsx",
14 | },
15 | },
16 | onAuthFailedRedirectTo: "/login",


:x: --- [Error] Compilation of wasp project failed: --------------------------------

1 errors found
- /Users/billy/Documents/owexCoding/movie-rankr/main.wasp @ 11:14 - 15:5
Type error:
Unexpected dictionary field 'emailAndPassword'

-> For dictionary field 'auth':
-> For dictionary field 'methods'

10 | userEntity: User,
11 | methods: {
12 | emailAndPassword: {
13 | userSignupFields: import { userSignupFields } from "@src/pages/auth/Signup.jsx",
14 | },
15 | },
16 | onAuthFailedRedirectTo: "/login",


:x: --- [Error] Compilation of wasp project failed: --------------------------------

1 errors found
11 replies
WWasp-lang
Created by Billy Howell on 8/27/2024 in #🙋questions
hot swapping auth
after i've made these updates to my code, how to i push the changes? i got this error when i ran wasp start
- /Users/billy/Documents/owexCoding/movie-rankr/main.wasp @ 11:14 - 15:5
Type error:
Unexpected dictionary field 'emailAndPassword'

-> For dictionary field 'auth':
-> For dictionary field 'methods'

10 | userEntity: User,
11 | methods: {
12 | emailAndPassword: {
13 | userSignupFields: import { userSignupFields } from "@src/pages/auth/Signup.jsx",
14 | },
15 | },
16 | onAuthFailedRedirectTo: "/login",


❌ --- [Error] Compilation of wasp project failed: --------------------------------

1 errors found
- /Users/billy/Documents/owexCoding/movie-rankr/main.wasp @ 11:14 - 15:5
Type error:
Unexpected dictionary field 'emailAndPassword'

-> For dictionary field 'auth':
-> For dictionary field 'methods'

10 | userEntity: User,
11 | methods: {
12 | emailAndPassword: {
13 | userSignupFields: import { userSignupFields } from "@src/pages/auth/Signup.jsx",
14 | },
15 | },
16 | onAuthFailedRedirectTo: "/login",


❌ --- [Error] Compilation of wasp project failed: --------------------------------

1 errors found
11 replies
WWasp-lang
Created by Billy Howell on 3/12/2024 in #🙋questions
Can Mage CLI review code?
Good tip! Been looking for a good tool like that
3 replies