-
-
### Cli version
0.8.0
### Next.js related information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 21.6.0: Mon Dec 19 20:43:09 PST 2022; root:xnu-…
-
Next.js has an interface for writing APIs:
https://nextjs.org/docs/api-routes/introduction
Let's consider supporting that in ChiselStrike for compatibility and familiarity with developers.
-
### What is the improvement or update you wish to see?
https://nextjs.org/docs/basic-features/environment-variables#loading-environment-variables
> Note: In order to keep server-only secrets saf…
-
Hi there Jason,
I tried to implement this in NextJs but i cant find a way to do so.
If you have knowledge about NextJs, can you please give me hint how to proceed since NextJs has its own built in …
-
### What is the improvement or update you wish to see?
I was not able to find a type defined for the api route config defined in 'next'. It would be nice to have this.
### Is there any context that…
-
* https://nextjs.org/blog/next-12#introducing-middleware
* https://nextjs.org/docs/api-routes/api-middlewares
-
### Checklist
- [X] The issue can be reproduced in the [nextjs-auth0 sample app](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01) (or N/A).
- [X] I have looked into the [Rea…
-
According to the docs: https://nextjs.org/docs/pages/building-your-application/routing/api-routes
NextApiResponse/Request is more appropriate for api routes.
NextResponse/Request should be used in…
-
https://github.com/keystonejs/keystone/tree/main/examples/framework-nextjs-app-directory
The build functions for the NextJS app router example are not functioning as expected when cloned from G…