Freemium Mode of User
Integration of Custom Third-Party Authentication in Wasp
Clean Application
Heroku Server dont runned migration
Deploy client problem
Accessing relation fields on logged in user
User
model that is defined with relation fields. For example a user can belong to many organizations. Is there a way to populate context.user
with the related properties? Or do I need to query User
with include
every time I want to read the relation?
I was looking at the docs for accessing the logged in user and didn't find an answer to this specifically.
Wasp version ^0.15.0...Roll back migration without destroying data
schema.prisma
and run a single migration. I'd like to roll back my db to the previous migration, but it seems I am unable to do so without resetting the schema and dropping all my data, even though the table is not populated with any data. How can I migrate backward non-destructively?
Wasp version ^0.15.0....Deploy trouble
Why that always that i click on screen the 'me' request is being done?
Authentication check every click
Database Performance with WASP
SendGrid setup
Unable wasp start with setting NODE_ENV=production

[Error] TypeError: Module name, '.prisma/client/index-browser' does not resolve to a valid URL.
import { PostStatus, MediaType } from '@prisma/client';
to have types on the client.
...How to get credits ammount of a specific user
new install of Wasp and a template is having DB connection issue
Is open saas / wasp multi-tenancy
What's the best approach for running a discord bot within a wasp app?
Is there a way to autofill the username based on the link in the login and signup forms.