-
### Link to the code that reproduces this issue
https://github.com/GarudaFX/next-init-issue
### To Reproduce
1. Clone repository
2. install dependencies
3. Run "npm run dev"
### Current …
-
# Project Status / Next Steps / Roadmap
Today @droyad and I had a zoom call and discussed about DbUp and the future.
I'm glad that @droyad will become active again and try to find some hours to l…
-
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Next Word Predictor using Deep Learning
:red_circle: **Aim** : To find the generate word of the given s…
-
Howdy, Interesting project!
I went to try it out but it seems the "next" button when creating a project doesn't do anything?
The logs don't show any request or errors:
![image](https://gi…
-
Hello! There is an error with new React 19-RC and Next.js 15
I've tried to import with `"use client"` and even dynamic like this:
```typescript
const LazyLogViewer = dynamic(
() => import("@me…
-
I'm experiencing an issue when trying to use the `@getbrevo/brevo` package in a Next.js (14.2.15) project. The error occurs during the build process and seems to be related to how the package is resol…
-
At the time of writing, this is the `Next.js` page on `GitHub`: https://github.com/vercel/next.js
Some of these stats are a _positive_ sign including Stars (123k), Used By (3.1M) and Contribut…
-
### Describe the bug
I have an existing Next.js 14 project I'd like to add shadcn to. But whenever I try to initialize it with `npx shadcn@latest init`, it has this error: `Unknown command: "instal…
-
Hi,
I like your package, but how do I use it in next-auth.
I get this error when I try to use it:
```
Error: Cookies can only be modified in a Server Action or Route Handler.
```
I made a minimu…