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:...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)