Problems with operations
Local file access in Query
How to deploy existing wasp app to Electron for desktop application ?
Best way of adding a 404 page?
Where is the complete API Reference in Open-Saas documentation / project?
AWS file upload query cache invalidation after creation
what is in essence the difference between a query and action
Use another Database on Development
wasp db migrate-dev
and as there are fields that do not exist and others disappear, that database is completely deleted and when using the previous branch I no longer have data.
How can I solve this? Is it possible to have several databases running in docker at the same time?...Modify data in `onBeforeSignup` hook
User
model that I don't include in my auth flow for obvious reasons - what's the go here?
Is there a good option here besides making the data optional and inserting it in an onAfterSignupHook
instead? I presume I'll need to hit the api twice if so - once in onBeforeSignup
to verify, and once again in onAfterSignup
to add additional properties....Can't make onAfterLogin work
NextJS usePathname equivalent
client.rootComponent
in a similar fashion to NextJS's layout.tsx
however was there an alternative to usePathname()
? Or do I need to patch together my own?
Obviously window.location.pathname
exists but it won't trigger a re-render upon navigation. Couldn't find anything in gh issues or on the docs, so reaching out here. Cheers!...Integration of Alternative Payment Gateway
Does wasp support preceeding route param eg. "/:lang/dashboard" ?
In saas project starter, why store uploadUrl in database
Refresh token is null
how do i fix this
How do i fix this error
Can you put a next.js app in wasp
Go-live issue
Is there a way to control timezone for dates ?