How do I prevent the api call from being run every time sate is changed, and only run on button pres
usetextstream
function so that I can stream text from chatgpt to the frontend. But whenever any state changes the usetextstream function is run, this is creating a user experience where anything the user does makes an api call and starts streaming text. I would love if it only ran when the user clicks the generate social m...Stripe production does not update user after purchase
Service Worker Blocking Fetch Requests in PWA
How to add signup validation on backend
defineUserSignupFields
but it does not work, how can I achieve validation on backend? Maybe there is a way overwrite just ensureValidArgs
function?
```
function ensureValidArgs(args: unknown): void {
ensureValidEmail(args);
ensurePasswordIsPresent(args);...sample code for reading a document from db and parsing it to json from the action
TypeError: Cannot read properties of undefined (reading 'id')
main.wasp
file.
Happening in file src/actions.js
on https://github.com/ksk385/c2log-app
...This should never happen, studio should never stop.
Network Error when adding authentication to todo app
How do you debug a whitescreen in wasp/react project?
How do you debug a whitescreen in wasp/react project?
Is there any contact us email integration?
User `postgresWaspDevUser` was denied access on the database
Proper way to stop process
Having Trouble integrating Supabase with Wasp
Errors with tsconfig
wasp db migrate-dev...
Can't redirect after action taken
useHistory
useHistory
Should the `/login` route respect the `onAuthSucceededRedirectTo` when the user visits `/login`?
onAuthSucceededRedirectTo
. However, when the user is already logged in and visits the login route path /login
, they are redirected to /
.
I am using email auth if that helps....SaaS Auth & Login
Is there google autentication integrated with mail autentication in wasp?