Lemon Squeezy Integration into OpenSaas (Alternative to Stripe)
Using action in backend
Navbar obscuring content: UI layout bug?
custom signup action not running
Updating keycloak roles into database
Where are the server logs to find the dummy email verification token/link?
By default we’ve set up the email sender to use the Dummy provider. This is for local development only and no emails will actually be sent out! To obtain an email verification token/link, you must check the server logs on initial sign up.Where is the location of the log file in question within the standard WASP app directory structure?...
UI intercept
Sitemap generation - Google search console error
How do I debug why an actions endpoint is returning a 404?
Fly.io problem after deployment
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?