-
**What is the problem?**
`TypeError: Cannot read property 'findMany' of undefined` after schema changed and CRUD
generated
**Steps to Reproduce:**
1. Follow initial example (User Model and g…
-
### What is the problem?
I am trying to use `useAuthenticatedBlitzContext` to guard an admin area so only `user.role==="ADMIN"` is allowed to see the pages.
```
await useAuthenticatedBlitzConte…
-
### What is the problem?
After upgrade to Blitz 2.0 I found regression on iOS 12. Regardless of configuration (previously working babel.config.js, next-transpile-modules, etc.) I can't fix it.
### P…
-
### What is the problem?
Supabase has easy OAuth integrations NextJS:
https://supabase.com/docs/guides/auth/auth-helpers/nextjs
These don't work out of the box with BlitzJS. I've tried a few ti…
-
### What is the problem?
If all tests are skipped jest throws an error.
### Paste all your error logs here:
```
➜ yarn test
yarn run v1.22.4
$ jest
ReferenceError: You are trying to `import` …
-
### What is the problem?
I'm encountering an issue while using Blitz, to create Next.js projects. After following the installation steps as mentioned in the guide, I'm getting the following error:
…
-
### What is the problem?
When trying to create a recipe that copies a file using the Next.js "spread" syntax `[...auth].tsx`, the file can't be found.
However, if I change the file name to somethi…
-
### What do you want and why?
Blitzjs is awesome tooling which provides easy to underestand utilities for fullstack application but no example in either blitz generate or official documentation has A…
-
### What is the problem?
it seems like the generator ads duplicate files?
### Paste all your error logs here:
```
PASTE_HERE (leave the ``` marks)
```
### Paste all relevant code snippets here…
-
### What is the problem?
When I implement prisma logging, following their guide: [Prisma Logging](https://www.prisma.io/docs/concepts/components/prisma-client/working-with-prismaclient/logging#log-…