Using ssl cert references in DATABASE_URL leads to pgBoss requiring custom cert env data
pgBoss.ts
file in production)?...Wasp app behind reverse proxy does not request correct server url
wasp start for first app
[ Server ] Starting pg-boss... [ Server ] pg-boss started! [ Server!] Port 3001 is already in use...
Style
Fly Prod Deploy - ...not listening on the expected address and will not be reachable by fly-proxy.
wasp deploy fly deploy
(both initially + subsequently). It seems like my app is working fine but wonder if this is an issue I need to address.
I have not manually changed any of the fly-client.toml
or fly-server.toml
, which shows internal_port
of 8043 and 8080 respectively since they are automatically generated, which I believe contributed to this issue.
Per Fly's troubleshooting doc, it looks like I would need to update the toml
docs, but before I do that I want to make it won't mess with anything as those files are currently automatically generated....Deployment issue on Railway
Best approach for associating pre-registration data with user accounts after Email/Password + social
Cannot find module
Login user through the backend
Disable login for a user after X number of failed attempts
API auth with a Chrome Extension (third party)
wasp:sessionId
and with it make the API calls.
The problem I have is that I need to have the app page open to access the wasp:sessionId
....verification emails not sent

error
Re-Deployment issues with Fly.
Question from a beginner
Test fails due to unresolved "@tanstack/react-query" import
Has anyone tried replacing WASP authentication with Auth0?
need a way to have different emailsender in dev and prod...
Vite error
How to add a discount code to OpenSaaS Stripe checkout page?