-
### Scenario & Reproduction Steps
1. scaffold a new next.js app with `npx create-next-app@latest` and default options
2. `npm install @1password/sdk`
3. replace contents of `app/page.tsx` with
…
-
The default next.js box build returns internal server error on a front, build passing with warnings
![CleanShot 2024-09-21 at 16 38 33@2x](https://github.com/user-attachments/assets/ed036849-343a-…
-
### Describe the bug
The next server action example does not work currently
https://tanstack.com/form/latest/docs/framework/react/examples/next-server-actions
```
[webpack.cache.PackFileCacheStrat…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Other
### Current Behavior
When attempting to build apps/web on Vercel, the following error occurs. …
-
### Are you using the latest version of this library?
- [X] I verified that the issue exists in the latest next-safe-action release
### Is there an existing issue for this?
- [X] I have searched th…
-
### System Info
```
node -v
v22.3.0
```
```
git show -s
commit 7f5081da29c3f77ee830269ab801344776e61bcb (HEAD -> main, origin/main, origin/HEAD)
Author: Joshua Lochner
Date: Tue Jul 2 …
-
### Link to the code that reproduces this issue
https://github.com/tonightpass/kitchn/pull/749
### To Reproduce
1. Install dependencies with `pnpm install`
2. Run `pnpm build`
3. Observe the buil…
-
When using Next.js, integrating Autoform causes crashes due to the import of `FormProvider` (from `react-hook-form`) within a server component.
**Temporary Solution**
I had to manually add `"use c…
-
### Bug Description
## Bug description
In the next.js docs, it is mentioned that the PosthogPageView needs to be dynamically imported at the layout level, which usually is a server component. I di…
-
**What would you like to achieve?**
I'm trying to get Galyleo to load/store server-side files; the basic application is that the user has a dedicated container in the Cloud, with their filesystem on …