Importing a json module
Form Styling
ngrok...
email template support
My login tab on the frontpage went missing after deployment on fly.io
WebSocket authentication
Template Signup Network Error
Upload files using multer
.wasp not recognising disambiguating relations
User
and PurchaseRequest
. Here is schema:
`entity User {=psl
///
purchaseRequestsCreated PurchaseRequest[] @relation(name: "createdBy")...How to test delete function in open sass starter template
How to test the backend in isolation
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
Is it possible to redirect post requests in wasp
Importing external CSS
import "node_modules/flag-icons/css/flag-icons.min.css";
But I get errors with file not found when building with Wasp — if I try to import it with "../../…..", then it builds but there’s an error in the browser that the file can’t be accessed.
What to do?...Running database migrations on hosted app
release_command
to the .toml file....Can Mage CLI review code?
Auth kicking out
Object relation doesn't compile to TypeScript
Failure to deploy client with Wasp CLI
wasp deploy fly launch my-wasp-app mia
), but the client always fails (see attached image). Only the server and db deploy successfully to Fly.io.
It looks like someone made a PR with the same issue: https://github.com/wasp-lang/open-saas/issues/77...Using Cypress for end to end testing and getting a 401 error, not to sure why