-
### What's not working?
The `setValueAs` prop does not get triggered for SelectField (but works fine for TextField)
```
validation={{
setValueAs: (v) => {
console.log('s…
-
### What's not working?
When an error is thrown generating something via command line, like a scaffold, the prompt gets fuzzy until the next generator runs successfully:
![image](https://github.com/…
-
-
# Feature request
Currently, the hooks sent to an endpoint are unsigned.
As we note in the [RedwoodJS webhook documentation](https://redwoodjs.com/docs/webhooks):
> If you were to subscribe t…
-
### What's not working?
### Summary
Posted as an troubleshooting FYI for anyone else that could run into this...
As Redwood v6.5.0 now upgrades typescript to v5.3.2, the latest typescript release…
-
### What's not working?
Never really saw ERR_STREAM_PREMATURE_CLOSE 500s in our logs ever before. After the upgrade to 7.x, on our deployed app, I see this issue constantly:
```
Error [ERR_STRE…
-
I was trying to run the profiler for jest tests and build times but could not find a way to pass down the proper flags to the node runtime through the CLI.
See these threads:
* https://redwoodjs…
-
### What's not working?
What's not working?
I'm seeing issues in a production deployment to vercel after upgrading from v7.7.4 to v8.3.0. The issue only shows up when deployed to vercel, local devel…
-
We are starting with a "core" Auth SDK library and then build idiomatic libraries for each popular web framework. This issue will track other issues for implementing those libraries for each web frame…
-
### What's not working?
When running api unit tests the code below is deleting data from models (which is correct) but also from views (which is incorrect)
```
// line 141+ in node_modules/@redwo…