-
Hello,
yesterday I wanted to re-deploy our Next.js project as Static Web App, but I only get "404 - Page not found" on my page routes. The last successful deployment was on March the 4th, so I guess…
-
## 🐛 Bug Report
It stopped working in NextJS version 14.0.4; is there any configuration example? It worked perfectly in version 13.4.19, but now it's not working. I've already followed the offi…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Steps to reproduce 🕹
Link to live example: https://codesandbox.io/p/sandbox/…
-
Hi !
I hope you are doing well,
I'm experiencing some bugs with Nextjs 14,
I have long pages, with some images, and regularly, I have some jumps from bottom to mid page,
Also, the scroll ca…
-
# Khu vực học tập | Được Edu
Được chỉ cung cấp các khóa học lập trình online chất lượng, nói không với khóa lởm!
[https://edu.duthanhduoc.com/learn/Next.Js-Super?lessonId=547](https://edu.duthanhduo…
-
When running a Next.js build, webpack crashes with a syntax error: `Module "highlight" is not in scope`.
The file has this import at the top:
```js
import highlight from 'babel-plugin-transform…
-
Hi there,
I think your approach is very interesting and it would be great to see it in action in a simple example with next.js which is also a very minimal approach to react apps.
As an example …
-
Would be great to have a guide for how to convert purchased html files to react.js/next.js instead of having to serve them directly.
Otherwise, terrific collection of components.
-
**Describe the bug**
**To Reproduce**
I have a monorepo with several applications. Package manager - pnpm v8.4.0.
my Dockerfile:
```
FROM node:16-alpine AS builder
ARG BUILD_ENV=pro…
-
```tsx
"use client"
import { PlainTextKit } from "@doist/typist"
const TypistEditor = dynamic(() => import("@doist/typist").then((mod) => mod.TypistEditor), {
ssr: false,
})
// ...Later …