How can I log the 'request-password-reset' email in the server console while using the Dummy sender?
You need to enable JavaScript to run this app.
Configuration Causing API Conflicts in Wasp Application
How to import enums from prisma?
import { User , OrganizationUserRole} from 'wasp/entities';
isn't workingDoes datePaid in the DB get popuplated with the payment date OOTB with opensaas?
Error when I installed puppeteer and turndown
"puppeteer": "^24.2.0",
and "turndown": "^7.2.0",
.
16.2 where is wasp on fly-server
Getting 404 error from Plausible self hosted instance.

Missing migrations
wasp db migrate-dev
we face the following issue:
```...Consider updating to 'node16', 'nodenext', or 'bundler'
Migration from 0.15 to 0.16 - Invalid value for the "compilerOptions.outDir" field in tsconfig.js
Error adding email auth
public API for Chrome Extension
Railway Deployment trials
APIs keep returning 404 error
http://localhost:3000/api/auth/notion/callback?code=03ed839c-59bf-41a9-9d9b-e4a5697e9d03&state=
but the UI shows a 404 error. In Postman, it shows the html from main.wasp and a "You need to enable JavaScript to run this app." message.
I am using wasp 0.16.0 on macos (m1 pro macbook pro)
```
//#region Notion Integration
route ConnectNotionRoute { path: "/connect-notion", to: ConnectNotionPage }...After login, call a function to send message to extension to store session id
What does the `.wasp/out/Dockerfile` do?
Configure timeout/exceptions for actions
timeout
, and that is completely fine for me, however I would be able to properly control those exceptions when calling an action fails for whatever reason. Is there any way to do this? Right now I am getting the message Network Error
.
While this might work:...