-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
I have used my project (quickform-core) in another project and used css extraction without problems. But in a new project i am just hitting my head against the wall for hours now not able to figure ou…
-
### Describe the bug
The current implementation of `client.ts` uses cookies as synchronous functions, which is incompatible with Next.js 15 and later. In Next.js 15, the `cookies` object provides a…
-
### Describe the bug
Issue is similar to #127 , but running into a different error on starting the default Next.js starter app.
Error Message:
Warning: Prop `%s` did not match. Server: %s Client:…
-
### Describe the bug
```
// Next.js Custom Route Handler: https://nextjs.org/docs/app/building-your-application/routing/router-handlers
import { createSchema, createYoga } from 'graphql-yoga'
impo…
-
### Link to the code that reproduces this issue
https://github.com/apostolos/next-custom-cache-handlers
### To Reproduce
1. Start the application in development `pnpm run dev`
2. Open the root pag…
-
안녕하세요! 저희 팀에서 Next.js App Router 를 통해 새로운 프로젝트를 개발하려 하고 있습니다.
모바일 앱에서 웹뷰를 제공하기 때문에 Stack Navigation 경험을 주고 싶어서 이 라이브러리를 적용해보려 하고 있습니다.
Next.js Pages Router 와의 Integration 예제는 저장소상에서 찾아볼 수 있어서 소스…
-
**Describe the bug**
The following exception occurs while uploading a file in 0.6.1 when launched with reflex run --env prod.
It does not happen when just using reflex run.
[Reflex Frontend Excep…
-
### Link to the code that reproduces this issue
https://github.com/Intellyse/next-js-bug
### To Reproduce
1. clone project
2. npm install
3. npm run dev
4. open the page and you can see ch…
-
In this link: https://konstaui.com/react/next-js
The following is mentioned:
> We need to wrap whole app with `App` in the `pages/_app.js`:
Also, there are other references to the Pages router.…