-
It seems that the error message does not display.
My repo: https://stackblitz.com/edit/stackblitz-starters-qftcjv
-
Error processing file: Error: Setting up fake worker failed: "Cannot find module './pdf.worker.js'
Require stack:
- /Users/sahan/usevessel/.next/server/vendor-chunks/pdfjs-dist.js".
at eval (we…
-
THIS ISSUE IF ONLY FOR EXPERIMENTING WITH NEXTJS 15.
-
### Current Behavior
Next generator generate apps with next 14.2.3 is used
### Expected Behavior
Next generator should generate apps with next 15.0.0
### GitHub Repo
_No response_
### Steps to R…
-
Hey friends!
Love the project but prevents me from going to Nextjs 15 & react 19.
Any timeline on when dependencies will be updated to support react 19?
-
### Steps to reproduce
page.js
```javascript
'use client'
const match = useMediaQuery('(max-width:576px)', { noSsr: true });
return (
{!match ?
…
-
### Description
Add metadata and relevant site information from `head.ejs` in the Express app to `layout.tsx` in the Next.js app. Ensure that all essential meta tags, titles, open graph images, and o…
-
/bounty 100
definition of done:
- at the end of the day i can go to screenpipe and ask for a loom of a specific time range
- it should be a nextjs pipe
- minimum version is taking a time ra…
-
### Description
As default, 1 threejs project working on nextjs, which wants to upgrade to WebGPU, needs dynamic import for three/webgpu component.
This has some limitation during development.
### …
-
### Describe the bug
I'm using this simple prompt to create a NextJS app:
```
Create a todo app with NextJS and Shadcn
```
Then I get this response:
And there it stands for ever. Spinning …