-
### What is the problem?
blitz-js/blitz#2281 made a change which makes it so that dehydratedState gets serialized using the default NextJS serialization method. This causes an error when we try to …
-
### What is the problem?
When I build and start a fresh project and then click on signup or login, I get the following error.
I suppose the prisma client is meant with this message?
### Paste a…
-
### What do you want and why?
Based on what @flybayer mentioned here https://github.com/blitz-js/legacy-framework/issues/227#issuecomment-1177419553 my understanding is that cookies are used for auth…
-
### What is the problem?
I get the warning below when I link a web font inside the `` in the `_document.tsx`. The font I'm trying to use does not seem to be loading in correctly into any of the pages…
ghost updated
2 years ago
-
### What is the problem?
This is my first time using Blitzjs and I am unexperienced, but I think this issue is not my fault.
The problem: When creating a model called clothing I get errors relatin…
-
Idea from @aem:
When there's a new command added in [blitz/packages/cli](https://github.com/blitz-js/blitz/tree/canary/packages/cli) parse out the command and then use the built in oclif documentat…
-
## Maintainers
* @LoriKarikari
* @dylankiss
## For New Translators
To translate a page:
1. Check that no one else has claimed your page in the checklist and comments below.
2. Commen…
-
What frameworks are there that are *built* on top of nextjs? Particularly, ones oriented whose content is driven off local files (markdown / MDX)?
So far, my sense is best option is tina using the …
-
### What is the problem?
When I wrap my Next.js config with `withNextAuthAdapter` [as instructed](https://blitzjs.com/docs/next-auth#urls), I see the following error on server startup (via npm run de…
-
NodeJS appears to be using Prism on the server side: view source e.g. [here](https://nodejs.org/en/docs/guides/timers-in-node/) and look at the class names. Is that enough to feature it?