-
### What is the problem?
New app generated by blitz new command does not work
### Paste all your error logs here:
```
❯ blitz dev
Error: Cannot find module '@blitzjs/cli'
Require stack:
- D:\Pr…
-
This will result in build failed.
```
Attempted import error: 'setupBlitzServer' is not exported from '@blitzjs/next' (imported as 'setupBlitzServer').
```
_Originally posted by @gengjiawen in h…
-
Hello,
I've been using boxed for API result validation using [BlitzJS](www.blitzjs.com) and I'm using a small helper as the class is obviously not transferred from backend to frontend through the "…
-
Repro: https://github.com/gengjiawen/blitzjs-demo
Image:
![CleanShot 2024-02-21 at 21 50 13@2x](https://github.com/blitz-js/blitz/assets/3759816/eeaf0688-dcb7-424c-8ee5-66b7020a17b2)
…
-
### What is the problem?
rt
### Paste all your error logs here:
```
Attempted import error: 'setupBlitzServer' is not exported from '@blitzjs/next' (imported as 'setupBlitzServer').
Import trac…
-
We use role based routing permissions in some scenario's, which help manage access to restricted pages.
Examples include the `/admin` portal or membership pages.
Right now, people will be redirecte…
-
### What is the problem?
When I wanted to run Blitz for the first time from install, there was an error as below:
### Paste all your error logs here:
```
✔ Next.js was successfully patched w…
-
### What is the problem?
I did a quick test with `"next": "14.0.1"` (update: same for `14.0.3`), which requires change to work.
I created this issue just so others can easily see that we should…
-
### What is the problem?
When upgrading to the latst next@13.5.1 version, `blitz dev` no longer works. it works on next@13.4.19
### Paste all your error logs here:
```
@dev: Error: Cannot find mod…
-
### What is the problem?
I created a fresh blitz app, added a `project` model with some user relation and migrated it to the app directory.
The app now shows the error message
> Unhandled Run…