-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Operating System:
Platform: linux
Arch: x…
-
### Description 🐜
Moving pages folder to src. Getting error [next-auth]: `useSession` must be wrapped in a .
Working fine when pages folder on root dir.
### Is this a bug in your own proje…
-
I just upgraded to Next 14, and `@vercel/analytics` started throwing this error:
```
file:///var/task/node_modules/@vercel/analytics/dist/react/index.js:4
import { useEffect } from "react";
…
-
### Checkboxes for prior research
- [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaS…
-
### Summary
Website is working normally, but when setting NextJS in preview mode to see live Sanity data, Netlify gives a 500 error. Locally, the preview mode works. Also, in a Docker image it work…
-
I've cloned this repo and installed required packages, but theres an error regarding the fetch request.
I've googled alot about this undici error, but alot of them talk about downgrading either next.…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/sandbox/blissful-boyd-mh27hy
### To Reproduce
#### Home Page
```tsx
import Link from "next/link";
const Home = () => {
…
-
### Is your feature request related to a problem? Please describe.
The current configuration of the Docker images in the documentation is not utilizing more updated and secure versions of Node, which…
-
I'm doing it for my own usage although I'm loosing the benfit of upgrades.
Typings are usefull you know :)
While doing it I found this,
in models.js, line 1027 :
```javascript
let sampledToke…
-
When using next 13.3.1 the token is not accessible in getServerSideProps from the response header. in 13.2.4 everything works fine.
See #7 for some context.