-
### What is the problem?
After running `blitz new` and `blitz build` the build fails.
Checked on versions:
1. Blitz 2.0.0-beta.33 & Next 13.4.5
2. Blitz 2.0.0-beta.34 & Next 13.5.4 (installed m…
ReadB updated
9 months ago
-
### What is the problem?
Since `2.0.0` build fails on `/api/rpc/[[...blitz]].ts` with reason:
**` × Bad character escape sequence, expected 4 hex characters`**
### Paste all your error logs he…
-
### What do you want and why?
Currently you have to manually craft a `ctx` mock for using in tests or running queries/mutations inside `blitz console`.
We need to make this better.
Current wo…
-
### What is the problem?
I created a new blitz app with `blitz new pnpm` (blitz installed globally). Vscode jest extension fails to run tests and I am getting errors after running `blitz dev` using g…
-
### What is the problem?
After creating a new app with `blitz new ` and running `blitz dev`, the startup fails with the `MODULE_NOT_FOUND` error below. The creation itself seems uneventful (see fur…
-
### What is the problem?
After cloning the blitz repository and installing dependencies, running `pnpm test` seems to produce failed tests.
I experienced this when I was making some changes and …
-
### What do you want and why?
I want to be able to run full stack jest tests that bypass the RPC layer without using cypress.
The jest test should be able to ignore the RPC layer and talk directly …
-
### What do you want and why?
I have a `queries/getRegions.ts` that says `if (!region) throw new NotFoundError()`.
I have a page server component `ShowRegionPage()` in the app directory that shoul…
-
### What is the problem?
I am trying to `npm run build` [my test app app](https://github.com/FixMyBerlin/blitz-test) on my MB Air M1 but the build fails.
I was not able to find anything in the Nex…
-
We are migrating radverkehrsatlas.de https://github.com/FixMyBerlin/atlas-app to NextJS using the App Directory and [BlitzJS](https://blitzjs.com/).
I notices to issues related to `osm-auth`. I wan…