Should migration.sql files be checked in to git?
Refresh problem
MainPage.tsx
to go from a single <p>Hello world!</p>
element to rendering a list of tasks, but my terminal where wasp start
is running never changed and refreshing the page doesn't show my list. If I kill the wasp
process and do wasp start
again, everything is fine.
I do see in the terminal output that nodemon
is watching these extensions: ts,mts,js,mjs,json
but not tsx
(and also jsx
). Could that be causing this or do I need to look at something else?...Change tab title to what page user is on
How did you get the name "Wasp"?
Experience setting up wasp on an ARM-based laptop?
Is it possible to configure Wasp to use a different package manager?
npm
when creating a new project (I just made my first one following the Quick Start page) and I was wondering if it is possible to use yarn
instead?How can I prevent google login to automatically login with the latest chosen account?
How to use wasp cli with a built project on a prod server?
Security checklist with wasp
š EXPO + WASP: Help integrating mobile frontend with backend authentication! š
I want to test stripe payment in development env
script in head
"<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />", "<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />", "<link rel="icon" href="/favicon.ico" type="image/x-icon" />", "<script src='https://js.stripe.com/v3/' />",...
Testing dockerfile locally
Does anyone have step-by-step instructions on implementing PostHog in Wasp by any chance?
[ Wasp ] core/auth.ts(17,7): error TS2742
wasp clean
and wasp start
.
Last night worked fine, this morning is not compiling:be: :
Why the error is in a compiled app file (.wasp/)...Make a new price in strpie
I have npm vulnerabilities when i cloned my project again
Is it possible to create custom user roles with the current wasp auth? Such as non-admin staff
Do client secrets have to be included in every redeploy or only for the first one?
how to downgrade from wasp version?