KrustyP
WWasp-lang
•Created by KrustyP on 5/14/2024 in #đŸ™‹questions
just created new app, trying to create first user, user.create is failing
Thanks. I think the opensaas package is a much better starting point. I've tried a number of times and have yet to get an AI generated app that does much successfully. But it's cool!
12 replies
WWasp-lang
•Created by KrustyP on 5/14/2024 in #đŸ™‹questions
just created new app, trying to create first user, user.create is failing
I guess I should say this is using what I see now is classified as experimental AI-generated app.
12 replies
WWasp-lang
•Created by KrustyP on 5/14/2024 in #đŸ™‹questions
just created new app, trying to create first user, user.create is failing
model User {
id Int @id @default(autoincrement())
email String @unique
password String
name String
phone String
smsOptIn Boolean @default(false)
events Event[]
Participant Participant[]
auth Auth?
}
12 replies
WWasp-lang
•Created by KrustyP on 5/14/2024 in #đŸ™‹questions
just created new app, trying to create first user, user.create is failing
Ok, but is this normal for a freshly created wasp app to just not work?
I'm just trying to get a feel for how much pain there might be ahead of me. I chose the only option available for auth, which was username/password. The signup form doesn't accept an email so not sure how that is supposed to be provided (out of the box).
I'm just trying to get a feel for how much pain there might be ahead of me. I chose the only option available for auth, which was username/password. The signup form doesn't accept an email so not sure how that is supposed to be provided (out of the box).
12 replies