Error launching a new wasp project
todo list: server crashes
When i try to install opensaas and when i try to wasp db migrate-dev i get this
What are the password requirements for users?
Module '"wasp/server/operations"' has no exported member 'scrapeArticles'.
Deployment Questions
Migration to 14, should update auth field?
Undefined email parameters
migrate-dev failure when adding property to entity
Reuse auth from wasp/opensaas in other apps
Sendgrid Error
Switching wasp version, and/or running in Docker
Trying to run wasp over https locally, permission denied
sudo wasp start
to get it to work. When i tried running it again I got issues with not being able to find some of my modules and it seems something odd is happening when building wasp with sudo. If i run without sudo I just get this error:
```
[ Client!] error when starting dev server:
[ Client!] Error: listen EACCES: permission denied 127.0.0.1:443...Documentation for `login` action
login
action perhaps incorrect? The API reference at /auth/username-and-pass#1-using-the-signup-and-login-actions shows that the function takes username: string
and password: string
, but the member exported from wasp/client/auth
shows that it takes data: { email: string; password: string }
Wasp version: 0.13.2...change what port wasp is listening on
wasp db migrate-dev
wasp db migrate-dev
Undefined identifier: User
streamingProcess: exec: invalid argument (Bad file descriptor) error
wasp db migrate-dev
before starting the app even first time.
node version - v22.5.0
npm version - 10.8.2
wasp version - 0.14.0...Is there a way automatically navigate to another page
Can I stop server or db machines?