-
### Link to the code that reproduces this issue
https://github.com/juliusmarminge/nextjs-static-promise-context/tree/static-render
### To Reproduce
1. Clone repo: `gh repo clone juliusmarminge/next…
-
### Describe the bug
I copied the code from the shadcn site for Dialog and used it in my app.
But when I click the trigger, a drawer opens instead. If I update the modal dialog code, the drawer th…
-
### Describe the bug
When I use to render a network graph after that it throw error in my console.
### Steps to Reproduce the Bug or Issue
1. Open browser and enter to my next.js app.
2…
-
Hi there,
when I deploy to Vercel, I got these errors:
14:22:34.674 | Error occurred prerendering page "/en". Read more: https://nextjs.org/docs/messages/prerender-error
-- | --
14:22:34.674 | T…
-
### Before opening, please confirm:
- [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md).
- [X] I have [searche…
-
### To Reproduce
After I created the Next application and deployed it to Dokploy and connected to the Dokploy database (PostgreSQL), communication works if I connect via an external connection string…
-
### Checks
- [X] Not a duplicate.
- [X] Not a question, feature request, or anything other than a bug report directly related to React Splide. Use Discussions for these topics: https://github.com/Spl…
-
### 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…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/nextjs-bug-non-deterministic-builds-ds5czq?file=%2Ftest.sh
### To Reproduce
1. run the test.sh script (`./test.…
-
Library is not working without giving "use client" at the top. Even for SSR we have to give "use client" which makes it render client side.