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:...auth/me delivering too much info to client
/auth/me
and it returns too much info to client. I haven't seen anywhere to limit the info provided to client or at least in a more clean way.
Thank you...Verify email in playwright end-to-end tests
Cross platform using capacitor?
Supporting decimals in prisma schema
Port 5432 is already in use
How can I access the current server URL from a wasp operation?
req.headers.origin
, but how do I get that from an operation?Issue Deploying Frontend - "Cannot find package 'wasp'" (Wasp 0.15)
how to fetch data from database
Can't run the installation script on M1 Pro

Payload Too Large?
OpenSaaS serverside actions/queries problem
Your wasp project failed to compile
Can't get apiNamespace working in OpenSaas
curl -v http://localhost:3000/api/
returns landing page HTML instead of hitting my API.
main.wasp
```
apiNamespace api {...Wasp API Route Not Found (404) for Langflow Integration in GitHub Codespaces
I'm working on integrating Langflow into my Wasp (v0.16.0) project inside a GitHub Codespace, but I'm running into a 404 Not Found issue when my frontend tries to call the API route. ...
Mage app not working
Email not sending on production
10:52AM DBG Request Handled Method=POST Path=/auth/email/signup
line.
I've tried with both SMTP and Mailgun providers. When I look at the SMTP provider and Mailgun logs it looks as though they haven't received the request.
I ran a test script from the wasp server docker container to see if it could be a networking issue, but there I do receive the email just fine. Test script:
```
import { emailSender } from "wasp/server/email";...wasp deploy fly deploy has caused importing issues
[ Wasp ] ext-src/landing-page/contentSections.ts(2,24): error TS2307: Cannot find module '../../.wasp/out/sdk/wasp/client/router' or its corresponding type declarations.
...
CORS issue - wasp 0.13