-
I am using nextjs as part of a NestedStack. Please see my exact usage here: [https://github.com/AlexTech314/ProjectBase](https://github.com/AlexTech314/ProjectBase)
Upon completing deployment, the …
-
### 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 […
-
Running into a very similar issue as #194, a SSR build of a Next.js 13 project is failing from this call: https://github.com/relay-tools/relay-hooks/blob/master/src/ReactRelayContext.ts#L18
in part…
-
Following the install guide here: https://pglite.dev/docs/#install-and-start-in-the-browser
I span up a new Next.js app, installed pglite, then attempted to query the version. However when pulling …
-
I am using NextJS App Router and i get this error very time i refresh the page.
```
⨯ Error: More than one instance of bitcore-lib found.
Please make sure to require bitcore-lib and check…
-
### 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 […
-
**Description and expected behavior**
I saw that @zenstackhq/runtime replaced decimal.js with its light version. This breaks the compatibility with Prisma. I use nextjs app router with prisma on serv…
-
### The problem
To benefit from the new full-stack Web applications architecture of React 18 / NextJS App Router, we need the presentational CDS components to be React Server Components.
### The sol…
ghost updated
3 weeks ago
-
### What version of `@strapi/blocks-react-renderer` are you using?
```
"@strapi/blocks-react-renderer": "^1.0.1",
"react": "^18.3.1"
```
### What's Wrong?
I am trying to use the BlocksRend…
wzrdx updated
2 months ago
-
### Link to the code that reproduces this issue
https://github.com/holubiev/nextjs-global-error-reproduction-app
### To Reproduce
1. Build production app and start it: `yarn build` && `yarn start`
…