-
### What is the problem?
When enabling React strict mode a brand-new Blitz app renders 4 times on a page load (and 2 times without strict mode). Normally it should render only 2 times in strict mode …
-
### What is the problem?
I'm getting an error `Error: Cannot find module 'next/dist/shared/lib/router/utils/resolve-href'` when attempting to build my app with the latest Blitz and Next12. I can trac…
-
### What is the problem?
On a new project, the forgotten password option does not work.
### Paste all your error logs here:
```
wait - compiling /auth/forgot-password (client and server)...
even…
-
### What is the problem?
Blitz console not working when using on a project without db (New blitz project and choose "Minimal — no DB, no auth" template).
### Paste all your error logs here:
…
-
### What is the problem?
I'm new to this project but it appears the project structure has been changed but the reference to it in the tailwind config file has not. The `content` path is `{pages,app}/…
-
### What is the problem?
when I `blitz install material-ui` the CLI hangs on the final step when it says `Generating file diff...` and the process never* exits.
*i think i actually waited 20 min
…
-
### What is the problem?
In a new project, `.husky/pre-commit` and `.husky/pre-push` are not executable, which prevents the hooks from running.
### Paste all your error logs here:
```
hint: …
-
### What is the problem?
If you chose the `--no-git` option for blitz new operator, it will still try to install husky:
```
npm
ERR!
command
sh -c husky install
```
### Paste all you…
-
### What do you want and why?
It seems that currently there is no way to connect to the current logger of the blitz app either to modify nor to extract the logs.
I would expect to be able to use cur…
-
### What is the problem?
One of the codemods that's currently implemented will also look at the `components` directory to scan for components to upgrade:
https://github.com/blitz-js/blitz/blob/b72…