supanuxt-saas icon indicating copy to clipboard operation
supanuxt-saas copied to clipboard

Simple boilerplate for SAAS. Nuxt3, Supabase, OAuth, Prisma, TRPC, Pinia, Stripe, Tailwind, OpenAI

Results 6 supanuxt-saas issues
Sort by recently updated
recently updated
newest added

Nuxt has changed to verbatimModuleSyntax True look in this file... .nuxt/tsconfig.json and you will see this.. "verbatimModuleSyntax": true, This breaks prisma DB seeding i.e. this.. ``` npx prisma db push...

# What's happening: After signing in, or signing up, some data is undefined (e.g. activeMembership, accountStore). Nothing is populated in the DB (tables "account" and "user" are still empty after...

When running `npm i && npm i dev`, the package-lock.json updates and there is a FOUC after refreshing the page. The FOUC does not appear when running `yarn && yarn...

Always got stuck when running `npx prisma db push` Following on [this thread](https://github.com/prisma/prisma/discussions/24412#discussioncomment-9675099), it's recommend to use `DIRECT_URL` with port `5432` with some modification on code // prisma/schema.prisma ``` datasource...

This looks kind of old; no recent commits. It erodes confidence in using this repo. Can you update at least to the latest dependencies, at least?

cancelling subscription in Stripe is currently ignored and user continues with current access