-
### Product
USDK (Upstreet Agents SDK)
### What happened?
Bot worked fine when in a single server.
Added the Bot to a new server and it threw exceptions.
### Version
0.0.93
### What is your…
-
Hi. Is there any way to use server-side next js components in the config file?
Something like this:
```
export const config: Config = {
root: {
render: ({ children }) => (
…
fenq2 updated
2 months ago
-
When rendering my Next app, I'm getting an SSR error from SpeedInsights. How do I know it's from Speed Insights? I can comment it out and the error goes away.
Here's the error:
```
react-dom-cli…
-
### NextUI Version
^2.4.8
### Describe the bug
My testing project on Next.js App-routing "next": "15.0.3" and I use "@nextui-org/react": "^2.4.8"
**Layout.tsx**
export def…
-
- I think chapter 10 deserves additional instruction to update dependencies to the latest canary available from [nextjs](https://github.com/vercel/next.js). Because leaving it to as it is will produce…
-
## Problem
The repo is currently organized like so:
- An `src` folder containing all the CLI logic.
- A `packages` directory with three sub-directories:
- `server` containing a Fastify backe…
-
### Minimal reproducible example
https://github.com/kennethstarkrl/sdk52-web-server-error
### What platform(s) does this occur on?
Web
### Where did you reproduce the issue?
on web
### Summary
…
-
### The problem
To benefit from the new full-stack Web applications architecture of React 18 / NextJS App Router, we need the presentational CDS components to be React Server Components.
### The sol…
ghost updated
1 month ago
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/keen-swartz-k22cmx?file=%2Fapp%2Fpage.js%3A9%2C34
### To Reproduce
# Dublicate of https://github.com/vercel/next.js/i…
-
Using the Highlight component inside a component that is not marked with "use client" will throw the following error:
```
TypeError: Super expression must either be null or a function, not undefin…