-
Most or all of our Next.js API calls can be moved into server actions, see Monorepo/apps/frontend/lib/mongo_funcs.tsx.
-
### Body
Similarly to the legacy API, the new FastAPI API should also Log user actions in the `Log` table.
Like the `action_logging` decorator or a Middleware to implement similar behavior.
…
-
### Which @angular/* package(s) are relevant/related to the feature request?
platform-server
### Description
It would be cool to create a way to server functions, just like a next.js resource calle…
-
The async `url` resolvers are current server actions.
This is because the `link` node type ReactNode resolver relies on these functions for internal links.
The resolvers are server side because th…
-
## Bug report
When using from Formik, the server action does not execute, but it works when using a regular HTML form element
## Problem Recording
https://github.com/jaredpalmer/formik/assets/11…
-
# Current
All is manually done
# Expected
- [x] add a github action to run the main entr ypoint of the package in this repo, producing the desired artifacts
- [ ] upload the generated artifact…
-
### 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…
-
### 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…
-
### Language server
[Github Actions Language Server](https://github.com/actions/languageservices/tree/main/languageserver)
### Requested feature
There seems to be an [language server for Gith…
-
I have a login page in a [domain]/login/page.tsx that calls a server action.
```ts
revalidatePath("/");
redirect('/?test=test');
// tried also
// redirect('http://tenant1.localhost:…