Routing issues with signup/login
I'm using the provided boilerplate for signup/login, which use the <SignupForm> and <LoginForm> which appear to be provided by wasp. When user clicks the Login or Signup buttons, there is an error either /api/auth/username/login or /api/auth/username/signup are 404.
It is not clear what is happening, do we need to supply code for these routes?
It is not clear what is happening, do we need to supply code for these routes?