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

About Wasp repo and dependency versions
[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.
app.emailSender must not be set to Dummy
I messed up my db migrations...
User last active timestamp
Landing Page Header
main.wasp
I have a Landing Page at this \
route.When I visit the landing page component in my src folder, I can't seem to find the header. I'm particularly looking for the login button. I see the login button on the landing page, just can't seem to find the actual component....